We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad4c10 commit a7abe60Copy full SHA for a7abe60
1 file changed
setup.py
@@ -2,12 +2,12 @@
2
3
setup(name="staffjoy",
4
packages=["staffjoy"],
5
- version="0.3",
+ version="0.4",
6
description="Staffjoy API Wrapper in Python",
7
author="Philip Thomas",
8
author_email="help@staffjoy.com",
9
license="MIT",
10
url="https://github.com/staffjoy/client_python",
11
- 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",
12
keywords=["staffjoy-api", "staffjoy", "staff joy"],
13
install_requires=["requests[security]"], )
0 commit comments