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