diff --git a/pyproject.toml b/pyproject.toml index 0db293a..7d11412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "task-status" -version = "0.2.0" +version = "0.2.1" description = "Utility to get status data built from taskwarrior" authors = ["Alex Kelly "] diff --git a/task_status/task_status.py b/task_status/task_status.py index 0d17cd0..1de4d9d 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -8,7 +8,7 @@ from datetime import date from dateutil.relativedelta import relativedelta, MO import click -__version__ = "0.2.0" +__version__ = "0.2.1" @click.command()