We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a014ac commit 208774aCopy full SHA for 208774a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.1.0
3
commit = True
4
tag = True
5
setup.py
@@ -4,7 +4,7 @@
from setuptools.command.install import install
6
7
-version='1.0.0'
+version='1.1.0'
8
9
with open("README.md", "r") as f:
10
long_description = f.read()
0 commit comments