We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da09e9 commit 4fd2c0aCopy full SHA for 4fd2c0a
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = False
3
tag = True
4
-current_version = 1.0.934
+current_version = 1.0.935
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.934' # update also .bumpversion.cfg
+__version__ = '1.0.935' # update also .bumpversion.cfg
8
9
10
here = path.abspath(path.dirname(__file__))
0 commit comments