Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2021-10-18 12:20:45 -04:00 committed by Alex Kelly
parent cd7da8a730
commit 23149e44da
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "task-status"
version = "0.2.2"
version = "0.2.3"
description = "Utility to get status data built from taskwarrior"
authors = ["Alex Kelly <alex.kelly@franklin.edu>"]

View file

@ -8,7 +8,7 @@ from datetime import date
from dateutil.relativedelta import relativedelta, MO
import click
__version__ = "0.2.2"
__version__ = "0.2.3"
@click.command()