From f067226c45a91c710120682f7f7058d32669f4bc Mon Sep 17 00:00:00 2001 From: Harsh Parekh Date: Sat, 30 Apr 2022 21:19:03 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.4=20=E2=86=92=200.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- tasks3/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3890392..1c29599 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = True diff --git a/setup.py b/setup.py index 7fc0548..1feb570 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/hXtreme/tasks3", - version="0.2.4", + version="0.2.5", zip_safe=False, ) diff --git a/tasks3/__init__.py b/tasks3/__init__.py index b8bfe2e..4745cfb 100644 --- a/tasks3/__init__.py +++ b/tasks3/__init__.py @@ -2,6 +2,6 @@ __author__ = """Harsh Parekh""" __email__ = "harsh_parekh@outlook.com" -__version__ = "0.2.4" +__version__ = "0.2.5" from tasks3.tasks3 import add, edit, remove # noqa: F401