From 1a9c2beef79efaa83c1833a2a791ec3baf598ec4 Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Mon, 6 May 2024 14:51:31 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.21.0-dev=20=E2=86=92=200.22?= =?UTF-8?q?.0-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5b16d921..ed9b1bd1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.0-dev +current_version = 0.22.0-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/VERSION b/VERSION index b2b1c9d1..0062f3b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.0-dev +0.22.0-dev diff --git a/pyproject.toml b/pyproject.toml index 47a4747e..ddd3b90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "cassandra-medusa" -version = "0.21.0-dev" +version = "0.22.0-dev" description = "Apache Cassandra backup and restore tool" authors = ["The Last Pickle "] license = "Apache"