From 2648cc01028b23f4d7e87ab2fbeb097779283f32 Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Mon, 6 May 2024 14:50:56 +0300 Subject: [PATCH] Ninjafix versions (again) to allow 0.21.0 release) --- .bumpversion.cfg | 2 +- VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0bcff954..5b16d921 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.2-dev +current_version = 0.21.0-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/VERSION b/VERSION index a2d6c32e..b2b1c9d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.2-dev +0.21.0-dev diff --git a/pyproject.toml b/pyproject.toml index 2705dc20..47a4747e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "cassandra-medusa" -version = "0.20.2-dev" +version = "0.21.0-dev" description = "Apache Cassandra backup and restore tool" authors = ["The Last Pickle "] license = "Apache"