File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "monday-api-python-sdk" , # Required
18- version = "1.1.0 " , # Required
18+ version = "1.1.1 " , # Required
1919 description = "A Python SDK for interacting with Monday's GraphQL API" , # Optional
2020 long_description = long_description , # Optional
2121 long_description_content_type = "text/markdown" , # Optional (see note above)
6767 # 'Programming Language' classifiers above, 'pip install' will check this
6868 # and refuse to install the project if the version does not match. See
6969 # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
70- python_requires = ">=3.8 , <4" ,
70+ python_requires = ">=3.7 , <4" ,
7171 # This field lists other packages that your project depends on to run.
7272 # Any package you put here will be installed by pip when your project is
7373 # installed, so they must be valid existing projects.
You can’t perform that action at this time.
0 commit comments