From 5bf1e97fa1d40e8d1de810dc80ccad52238ff8fd Mon Sep 17 00:00:00 2001 From: Sven Dorkenwald Date: Tue, 5 Dec 2023 15:08:29 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.24.0=20=E2=86=92=201.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pychunkedgraph/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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