Skip to content

Commit 3271720

Browse files
committed
Add a config file for updating version
1 parent e120de2 commit 3271720

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+
commit = True
3+
tag = False
4+
message = Bump version: {current_version} → {new_version}
5+
6+
[bumpversion:file:setup.py]
7+
search='{current_version}'
8+
replace='{new_version}'

0 commit comments

Comments
 (0)