version bump

This commit is contained in:
2019-07-14 19:35:03 +02:00
parent fd693ce6d4
commit 2ae992b0ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

View File

@@ -45,6 +45,6 @@ setup(
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/zevaverbach/zev",
version="0.1.0",
version="0.1.1",
zip_safe=False,
)