We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6fa49 commit 483b2d5Copy full SHA for 483b2d5
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0
+current_version = 2.0.1
3
commit = True
4
tag = True
5
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
6
-VERSION = "2.0.0"
+VERSION = "2.0.1"
7
here = os.path.abspath(os.path.dirname(__file__))
8
README = io.open(os.path.join(here, "README.rst"), encoding="utf8").read()
9
0 commit comments