Skip to content

Commit 89ee31d

Browse files
authored
Update setup.py
1 parent 7c2e6b6 commit 89ee31d

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
@@ -17,15 +17,15 @@
1717
setup(
1818
name="ofsc",
1919
packages=["ofsc"],
20-
version="v1.16",
20+
version="v1.16.1",
2121
license="MIT", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
2222
description="Python Wrapper for Oracle Field Service API",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",
2525
author="Borja Toron",
2626
author_email="borja.toron@gmail.com",
2727
url="https://github.com/btoron/pyOFSC",
28-
download_url="https://github.com/btoron/pyOFSC/archive/v1.16.tar.gz",
28+
download_url="https://github.com/btoron/pyOFSC/archive/v1.16.1.tar.gz",
2929
keywords=[
3030
"OFSC",
3131
"Python",

0 commit comments

Comments
 (0)