1 parent fe075e8 commit c45e62cCopy full SHA for c45e62c
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='pyatmo',
10
- version='1.2.1', # Should be updated with new versions
+ version='1.3', # Should be updated with new versions
11
author='Hugo Dupras',
12
author_email='jabesq@gmail.com',
13
py_modules=['pyatmo'],
@@ -17,6 +17,7 @@
17
data_files=[],
18
url='https://github.com/jabesq/netatmo-api-python',
19
license='MIT',
20
- description='Simple API to access Netatmo weather station data from any python script. Design for Home-Assitant (but not only)',
+ description='Simple API to access Netatmo weather station data from any python script. '
21
+ 'Design for Home-Assitant (but not only)',
22
long_description=open('README.md').read()
23
)
0 commit comments