diff --git a/app/__init__.py b/app/__init__.py index 954d696..f63b68a 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,2 +1,2 @@ name = 'markdown_timesheet' -__version__ = '0.01' +__version__ = '0.02' diff --git a/setup.py b/setup.py index e219e65..4e5611b 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ setup( add=app.cli:cli """, url="https://github.com/zevaverbach/markdown_timesheet", - version="0.01", + version="0.02", zip_safe=False, )