diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7a9f249d..9394694a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = True -current_version = 1.1.145 +current_version = 1.1.146 tag_name = v{current_version} message = GitHub Actions Build {current_version} diff --git a/setup.py b/setup.py index c2ef8868..c3f5a1b3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from os import path from setuptools import setup, find_packages -__version__ = '1.1.145' +__version__ = '1.1.146' here = path.abspath(path.dirname(__file__))