Skip to content

Commit 6bda818

Browse files
author
lucadruda
committed
increment version
1 parent 99e675d commit 6bda818

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open("README.md", "r") as fh:
66
long_description = fh.read()
77

8-
version = "1.1.0"
8+
version = "1.1.1"
99

1010
setuptools.setup(
1111
name='iotc',
@@ -24,10 +24,8 @@
2424
classifiers=[
2525
'License :: OSI Approved :: MIT License',
2626
'Programming Language :: Python',
27-
'Programming Language :: Python :: 2',
28-
'Programming Language :: Python :: 2.7',
2927
'Programming Language :: Python :: 3',
30-
'Programming Language :: Python :: 3.8',
28+
'Programming Language :: Python :: 3.7+'
3129
],
3230
include_package_data=True,
3331
install_requires=["azure-iot-device"]

0 commit comments

Comments
 (0)