From 2aa6f6a60598fabf85c25a15f028d3af26633aa4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 19 Aug 2021 16:15:33 -0400 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- pyproject.toml | 2 +- task_status/task_status.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1667e0c..9fde759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "task-status" -version = "0.1.1" +version = "0.2.0" 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 4d0a44c..48afb2a 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -5,7 +5,7 @@ from datetime import date from dateutil.relativedelta import relativedelta, MO import click -__version__ = "0.1.1" +__version__ = "0.2.0" @click.command()