Skip to content

Commit a7abe60

Browse files
committed
Release version 0.4
1 parent aad4c10 commit a7abe60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(name="staffjoy",
44
packages=["staffjoy"],
5-
version="0.3",
5+
version="0.4",
66
description="Staffjoy API Wrapper in Python",
77
author="Philip Thomas",
88
author_email="help@staffjoy.com",
99
license="MIT",
1010
url="https://github.com/staffjoy/client_python",
11-
download_url="https://github.com/StaffJoy/client_python/archive/0.3.tar.gz",
11+
download_url="https://github.com/StaffJoy/client_python/archive/0.4.tar.gz",
1212
keywords=["staffjoy-api", "staffjoy", "staff joy"],
1313
install_requires=["requests[security]"], )

0 commit comments

Comments
 (0)