diff --git a/Adafruit_IO/_version.py b/Adafruit_IO/_version.py index 5a6bc65..5959ce5 100644 --- a/Adafruit_IO/_version.py +++ b/Adafruit_IO/_version.py @@ -1 +1 @@ -__version__ = "2.0.0" \ No newline at end of file +__version__ = "2.0.11" \ No newline at end of file diff --git a/setup.py b/setup.py index 5d3ec8a..31e7974 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,8 @@ 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Home Automation', 'Topic :: Software Development'] @@ -59,8 +61,6 @@ version = verstr, install_requires = ["requests", "paho-mqtt"], - python_requires = ">=3.6.0", - packages = ['Adafruit_IO'],