diff --git a/setup.cfg b/setup.cfg index 1c29599..d9ef38f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 commit = True tag = True diff --git a/setup.py b/setup.py index 1feb570..b1ce4a2 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.5", + version="0.2.6", zip_safe=False, ) diff --git a/tasks3/__init__.py b/tasks3/__init__.py index 4745cfb..d6f369f 100644 --- a/tasks3/__init__.py +++ b/tasks3/__init__.py @@ -2,6 +2,6 @@ __author__ = """Harsh Parekh""" __email__ = "harsh_parekh@outlook.com" -__version__ = "0.2.5" +__version__ = "0.2.6" from tasks3.tasks3 import add, edit, remove # noqa: F401