Skip to content

Commit c45e62c

Browse files
committed
v1.3
Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
1 parent fe075e8 commit c45e62c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pyatmo',
10-
version='1.2.1', # Should be updated with new versions
10+
version='1.3', # Should be updated with new versions
1111
author='Hugo Dupras',
1212
author_email='jabesq@gmail.com',
1313
py_modules=['pyatmo'],
@@ -17,6 +17,7 @@
1717
data_files=[],
1818
url='https://github.com/jabesq/netatmo-api-python',
1919
license='MIT',
20-
description='Simple API to access Netatmo weather station data from any python script. Design for Home-Assitant (but not only)',
20+
description='Simple API to access Netatmo weather station data from any python script. '
21+
'Design for Home-Assitant (but not only)',
2122
long_description=open('README.md').read()
2223
)

0 commit comments

Comments
 (0)