We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2e6b6 commit 89ee31dCopy full SHA for 89ee31d
1 file changed
setup.py
@@ -17,15 +17,15 @@
17
setup(
18
name="ofsc",
19
packages=["ofsc"],
20
- version="v1.16",
+ version="v1.16.1",
21
license="MIT", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
22
description="Python Wrapper for Oracle Field Service API",
23
long_description=long_description,
24
long_description_content_type="text/markdown",
25
author="Borja Toron",
26
author_email="borja.toron@gmail.com",
27
url="https://github.com/btoron/pyOFSC",
28
- download_url="https://github.com/btoron/pyOFSC/archive/v1.16.tar.gz",
+ download_url="https://github.com/btoron/pyOFSC/archive/v1.16.1.tar.gz",
29
keywords=[
30
"OFSC",
31
"Python",
0 commit comments