diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 25a014c3a..3e06459c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.24.0 +current_version = 1.24.1 commit = True tag = True diff --git a/pychunkedgraph/__init__.py b/pychunkedgraph/__init__.py index 26ee7ddcc..84e4e805a 100644 --- a/pychunkedgraph/__init__.py +++ b/pychunkedgraph/__init__.py @@ -1 +1 @@ -__version__ = '1.24.0' \ No newline at end of file +__version__ = '1.24.1' \ No newline at end of file