We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e675d commit 6bda818Copy full SHA for 6bda818
setup.py
@@ -5,7 +5,7 @@
5
with open("README.md", "r") as fh:
6
long_description = fh.read()
7
8
-version = "1.1.0"
+version = "1.1.1"
9
10
setuptools.setup(
11
name='iotc',
@@ -24,10 +24,8 @@
24
classifiers=[
25
'License :: OSI Approved :: MIT License',
26
'Programming Language :: Python',
27
- 'Programming Language :: Python :: 2',
28
- 'Programming Language :: Python :: 2.7',
29
'Programming Language :: Python :: 3',
30
- 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.7+'
31
],
32
include_package_data=True,
33
install_requires=["azure-iot-device"]
0 commit comments