From e9e9492da3427459484be41aa2e3dda36f8daea9 Mon Sep 17 00:00:00 2001 From: Sven Dorkenwald Date: Wed, 9 Aug 2023 13:22:12 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.11.0=20=E2=86=92=202.12.0?= 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 f2072c8ad..44130fa27 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.11.0 +current_version = 2.12.0 commit = True tag = True diff --git a/pychunkedgraph/__init__.py b/pychunkedgraph/__init__.py index 7f6646a76..95a6d3a79 100644 --- a/pychunkedgraph/__init__.py +++ b/pychunkedgraph/__init__.py @@ -1 +1 @@ -__version__ = "2.11.0" +__version__ = "2.12.0"