From b3c8d2dd1fa70f50689a44032521d9b8207dd92f Mon Sep 17 00:00:00 2001 From: Michael Lavers Date: Wed, 29 Jun 2016 14:27:11 -0700 Subject: [PATCH] Up the version to v0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecaec4a6..571faab3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="swimlane", author="Swimlane LLC", author_email="info@swimlane.com", - version="0.0.5", + version="0.0.6", url="https://github.com/Swimlane/sw-python-client", packages=find_packages(), description="A Python client for Swimlane.",