From c7f95eb8bf0db17a4fb565da9532e9e3af5816e2 Mon Sep 17 00:00:00 2001 From: Michael Lavers Date: Thu, 31 Mar 2016 19:27:01 -0700 Subject: [PATCH] Upping the version to 0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6863f03d..364842c0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="swimlane", author="Swimlane LLC", author_email="info@swimlane.com", - version="0.0.3", + version="0.0.4", url="https://github.com/Swimlane/sw-python-client", packages=find_packages(), description="A Python client for Swimlane.",