From 88eaa144d68d17568c3b0bb43f5ded7a4c94f6f5 Mon Sep 17 00:00:00 2001 From: PraveenWS Date: Thu, 1 Sep 2022 18:57:46 +0200 Subject: [PATCH] "[bot] Bump version: 0.1.4a18 >> 0.1.4a19" --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- tests/__init__.py | 2 +- toolcraft/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aeb8d518..0c639fcc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4a18 +current_version = 0.1.4a19 commit = True tag = True tag_name = v{new_version} diff --git a/pyproject.toml b/pyproject.toml index 257bc044..ad29f041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "toolcraft" -version = "0.1.4a18" +version = "0.1.4a19" homepage = "https://github.com/SpikingNeurons/toolcraft" repository = "https://github.com/SpikingNeurons/toolcraft" documentation = "https://toolcraft.spikingneurons.com/" diff --git a/tests/__init__.py b/tests/__init__.py index 11bd8f4a..f9ecfed9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ """Unit test package for toolcraft.""" -__version__ = "0.1.4a18" +__version__ = "0.1.4a19" diff --git a/toolcraft/__init__.py b/toolcraft/__init__.py index fc4d078d..56baf712 100644 --- a/toolcraft/__init__.py +++ b/toolcraft/__init__.py @@ -41,7 +41,7 @@ """ __author__ = """Praveen Kulkarni""" __email__ = "praveenneuron@gmail.com" -__version__ = "0.1.4a18" +__version__ = "0.1.4a19" from . import settings from . import logger