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 43e40a5 commit 41448e9Copy full SHA for 41448e9
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='lnetatmo',
7
- version='2.0.0',
+ version='2.1.0',
8
classifiers=[
9
'Development Status :: 5 - Production/Stable',
10
'Intended Audience :: Developers',
@@ -17,7 +17,7 @@
17
scripts=[],
18
data_files=[],
19
url='https://github.com/philippelt/netatmo-api-python',
20
- download_url='https://github.com/philippelt/netatmo-api-python/tarball/v2.0.0.tar.gz',
+ download_url='https://github.com/philippelt/netatmo-api-python/tarball/v2.1.0.tar.gz',
21
license='GPL V3',
22
description='Simple API to access Netatmo weather station data from any python script.'
23
)
0 commit comments