diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ce269a407..6ef9df64f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = True -current_version = 1.0.505 +current_version = 1.0.506 tag_name = v{current_version} message = GitHub Actions Build {current_version} diff --git a/setup.py b/setup.py index 51a7f118c..2ec8d9fa5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -__version__ = '1.0.505' +__version__ = '1.0.506' here = path.abspath(path.dirname(__file__))