Skip to content

Commit

Permalink
fixup version and setup for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Jul 17, 2018
1 parent 21c49b1 commit 2e38255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adafruit_IO/_version.py
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.11"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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']
Expand All @@ -59,8 +61,6 @@

version = verstr,
install_requires = ["requests", "paho-mqtt"],
python_requires = ">=3.6.0",



packages = ['Adafruit_IO'],
Expand Down

0 comments on commit 2e38255

Please sign in to comment.