bump version, slightly improved readme

This commit is contained in:
2019-09-05 09:18:50 +02:00
parent f752b35438
commit e580d35be8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
name = 'markdown_timesheet' name = 'markdown_timesheet'
__version__ = '0.01' __version__ = '0.02'

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.01", version="0.02",
zip_safe=False, zip_safe=False,
) )