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 1e7307e commit 495764fCopy full SHA for 495764f
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = False
3
tag = True
4
-current_version = 1.0.664
+current_version = 1.0.665
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.664' # update also .bumpversion.cfg
+__version__ = '1.0.665' # update also .bumpversion.cfg
8
9
10
here = path.abspath(path.dirname(__file__))
0 commit comments