Skip to content

Commit 460802c

Browse files
committed
Creating 1.1.0 version of sdk
1 parent 129bd67 commit 460802c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="infoworkssdk",
8-
version="1.0.13",
8+
version="1.1.0",
99
author="Abhishek",
1010
author_email="abhishek.raviprasad@infoworks.io",
1111
description="A package to work with Infoworks via SDK",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/abhr1994/infoworks_sdk",
14+
url="https://github.com/Infoworks/InfoworksPythonSDK",
1515
packages=setuptools.find_packages(),
1616
install_requires=[
1717
'requests', 'bson', 'pycryptodomex>=3.13.0', 'cryptography==37.0.2', 'urllib3', 'pandas', 'networkx',

0 commit comments

Comments
 (0)