bump version

This commit is contained in:
2019-09-05 09:41:23 +02:00
parent 83db70f2d7
commit 6e5f8c462f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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