From 54de3cc43ee6198a97489c72a223693f450fd908 Mon Sep 17 00:00:00 2001 From: Biplov Bhandari Date: Tue, 23 Apr 2024 11:55:44 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.13=20=E2=86=92=200.0.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aces/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aces/__init__.py b/aces/__init__.py index 4fb27d0..57c92a8 100644 --- a/aces/__init__.py +++ b/aces/__init__.py @@ -11,4 +11,4 @@ __author__ = """Biplov Bhandari""" __email__ = "bionicbiplov45@gmail.com" -__version__ = "0.0.13" +__version__ = "0.0.14" diff --git a/pyproject.toml b/pyproject.toml index 5448fbd..469c7b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "servir-aces" -version = "0.0.13" +version = "0.0.14" dynamic = [ "dependencies", ] @@ -47,7 +47,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.13" +current_version = "0.0.14" commit = true tag = true