Ronnie Ghose
commited on
Commit
·
6ffde91
1
Parent(s):
bb600a7
Add config for bumpversion util
Browse files- .bumpversion.cfg +6 -0
.bumpversion.cfg
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[bumpversion]
|
2 |
+
current_version = 9.6.4
|
3 |
+
commit = True
|
4 |
+
tag = True
|
5 |
+
|
6 |
+
[bumpversion:file:setup.py]
|