This commit is contained in:
2019-09-05 09:52:36 +02:00
parent 8ec291f93d
commit 41beed7307
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
name = 'markdown_timesheet'
__version__ = '0.05'
__version__ = '0.06'

View File

@@ -37,6 +37,6 @@ setup(
add=app.cli:cli
""",
url="https://github.com/zevaverbach/markdown_timesheet",
version="0.05",
version="0.06",
zip_safe=False,
)