Skip to content

Commit 4216461

Browse files
Update setup.py
version upgrade
1 parent bf2e780 commit 4216461

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
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='ncdssdk',
11-
version='0.5.0',
11+
version='0.5.1',
1212
description='A Python SDK for developing applications to access the NCDS API',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
@@ -28,7 +28,7 @@
2828
],
2929
keywords='Nasdaq, NCDS, ncdssdk',
3030
packages=find_packages(),
31-
python_requires='>=3.9, <4',
31+
python_requires='>=3.9, <3.11',
3232
install_requires=open("requirements.in").readlines(),
3333

3434
include_package_data=True,

0 commit comments

Comments
 (0)