From de67e9df2cd296d3681dcf438c0895638de672e4 Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Sun, 14 May 2023 23:35:58 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.20.0=20=E2=86=92=200.20.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- clodius/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cb8e699..e309a6a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.0 +current_version = 0.20.1 tag = True commit = True diff --git a/clodius/__init__.py b/clodius/__init__.py index 5f4bb0b..ac82404 100644 --- a/clodius/__init__.py +++ b/clodius/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.20.1" diff --git a/pyproject.toml b/pyproject.toml index a593bc5..2a25431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "clodius" -version = "0.20.0" +version = "0.20.1" description = "Tile generation for big data" authors = [ { name = "Peter Kerpedjiev", email = "pkerpedjiev@gmail.com" },