Skip to content

Commit 45bf212

Browse files
author
Anthony Ruhier
committed
Use bumpversion
1 parent caf1a04 commit 45bf212

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[bumpversion]
2+
current_version = 1.0.0
3+
commit = True
4+
tag = True
5+
tag_name={new_version}
6+
7+
[bumpversion:file:setup.py]
8+
search = version="{current_version}"
9+
replace = version="{new_version}"
10+
111
[aliases]
212
test=pytest
313
# verbose mode

0 commit comments

Comments
 (0)