From 6e17a46711f732f174cc409303c5d40952a68482 Mon Sep 17 00:00:00 2001 From: Alexander Dejanovski Date: Sat, 24 Feb 2024 12:21:18 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.1=20=E2=86=92=200.19.2-d?= =?UTF-8?q?ev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ffc8c1ec..0e49fd9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.1 +current_version = 0.19.2-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/VERSION b/VERSION index 41915c79..1d628a60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.1 +0.19.2-dev diff --git a/setup.py b/setup.py index 023cf668..8371169d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name='cassandra-medusa', - version='0.19.1', + version='0.19.2-dev', author='The Last Pickle', author_email='medusa@thelastpickle.com', url='https://github.com/thelastpickle/cassandra-medusa',