We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9fb81 commit 4315b15Copy full SHA for 4315b15
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = False
3
tag = True
4
-current_version = 1.0.756
+current_version = 1.0.757
5
tag_name = v{current_version}
6
message = GitHub Actions Build {current_version}
7
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
-__version__ = '1.0.756' # update also .bumpversion.cfg
+__version__ = '1.0.757' # update also .bumpversion.cfg
8
9
10
here = path.abspath(path.dirname(__file__))
0 commit comments