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 2391387 commit 43f77d1Copy full SHA for 43f77d1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.4
+current_version = 0.7.5
3
commit = True
4
tag = True
5
setup.py
@@ -4,7 +4,7 @@
from setuptools.command.install import install
6
7
-version='0.7.4'
+version='0.7.5'
8
9
with open("README.md", "r") as f:
10
long_description = f.read()
0 commit comments