diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9a4fcd069..70075bed0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.24.2 +current_version = 1.25.0 commit = True tag = True diff --git a/pychunkedgraph/__init__.py b/pychunkedgraph/__init__.py index 4d8d7a406..5ff0839f5 100644 --- a/pychunkedgraph/__init__.py +++ b/pychunkedgraph/__init__.py @@ -1 +1 @@ -__version__ = '1.24.2' \ No newline at end of file +__version__ = '1.25.0' \ No newline at end of file