Skip to content

Commit

Permalink
Release version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Feb 21, 2016
1 parent aad4c10 commit a7abe60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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]"], )

0 comments on commit a7abe60

Please sign in to comment.