We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c68b9b commit 7b51469Copy full SHA for 7b51469
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.1.1
+current_version = 9.0
3
commit = True
4
tag = True
5
setup.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
from distutils.core import setup
10
11
-version = '8.0'
+version = '9.0'
12
13
if sys.argv[-1] == 'publish':
14
try:
0 commit comments