From 4241d9750ce9ffecabfac01258e8de777c28dbfa Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 30 Sep 2024 14:09:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.8=20=E2=86=92=200.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __version__.py | 2 +- bumpversion.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__version__.py b/__version__.py index 71eb32d..2418e6b 100755 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "0.0.8" \ No newline at end of file +__version__ = "0.0.9" \ No newline at end of file diff --git a/bumpversion.cfg b/bumpversion.cfg index a45311f..5aa60a0 100755 --- a/bumpversion.cfg +++ b/bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9 commit = True tag = True