Skip to content

Commit dd82d5e

Browse files
committed
Add .bumpversion.cfg configuration
1 parent 754af5a commit dd82d5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[bumpversion]
2+
current_version = 0.0.2 # Your current version
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:setup.py]
7+
search = VERSION = "{current_version}"
8+
replace = VERSION = "{new_version}"

0 commit comments

Comments
 (0)