From a7abe60a1101a000806797837bc53cf2a0c688cb Mon Sep 17 00:00:00 2001 From: "Philip I. Thomas" Date: Sun, 21 Feb 2016 15:20:47 -0800 Subject: [PATCH] Release version 0.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 23313f3..eef9d22 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup(name="staffjoy", packages=["staffjoy"], - version="0.3", + version="0.4", description="Staffjoy API Wrapper in Python", author="Philip Thomas", author_email="help@staffjoy.com", license="MIT", url="https://github.com/staffjoy/client_python", - download_url="https://github.com/StaffJoy/client_python/archive/0.3.tar.gz", + download_url="https://github.com/StaffJoy/client_python/archive/0.4.tar.gz", keywords=["staffjoy-api", "staffjoy", "staff joy"], install_requires=["requests[security]"], )