diff --git a/setup.cfg b/setup.cfg index 1360887..f87f560 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = taskman-cli -version = 0.2.7 +version = 0.2.9 author = Taha Yasser Adnan author_email = tahacodes.101@gmail.com description = A minimalistic and user-friendly task management application built with Python diff --git a/src/taskman/__init__.py b/src/taskman/__init__.py index 8d83856..467ab30 100644 --- a/src/taskman/__init__.py +++ b/src/taskman/__init__.py @@ -1 +1 @@ -__version__ = "0.2.7" \ No newline at end of file +__version__ = "0.2.9" \ No newline at end of file