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 3e20c6e commit 32de9e7Copy full SHA for 32de9e7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.9
+current_version = 1.0.0
3
files = setup.py
4
commit = True
5
tag = True
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
-VERSION = "0.2.9"
+VERSION = "1.0.0"
6
7
8
def read(fname):
0 commit comments