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 41b9bb4 commit cf5fc26Copy full SHA for cf5fc26
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='lnetatmo',
7
- version='4.1.0',
+ version='4.1.1',
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/archive/v4.1.0.tar.gz',
+ download_url='https://github.com/philippelt/netatmo-api-python/archive/v4.1.1.tar.gz',
21
license='GPL V3',
22
description='Simple API to access Netatmo weather station data from any python script.'
23
)
0 commit comments