Skip to content

Commit e5f1900

Browse files
committed
bump version to exist version v1.0.563
1 parent a7f0444 commit e5f1900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = True
4-
current_version = 1.0.563
4+
current_version = 1.0.564
55
tag_name = v{current_version}
66
message = GitHub Actions Build {current_version}
77

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66

7-
__version__ = '1.0.563'
7+
__version__ = '1.0.564'
88

99

1010
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)