We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc5711 commit e2ec96aCopy full SHA for e2ec96a
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='lnetatmo',
7
- version='1.4.1',
+ version='1.4.2',
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/v1.4.1.tar.gz',
+ download_url='https://github.com/philippelt/netatmo-api-python/tarball/v1.4.2.tar.gz',
21
license='GPL V3',
22
description='Simple API to access Netatmo weather station data from any python script.'
23
)
0 commit comments