We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed68376 commit c2c0311Copy full SHA for c2c0311
setup.py
@@ -20,11 +20,11 @@
20
21
setup(
22
name='netdata',
23
- version='0.1.2',
+ version='0.2.0',
24
description='Python API for interacting with Netdata.',
25
long_description=long_description,
26
- url='https://github.com/fabaff/python-netdata',
27
- download_url='https://github.com/fabaff/python-netdata/releases',
+ url='https://github.com/home-assistant-ecosystem/python-netdata',
+ download_url='https://github.com/home-assistant-ecosystem/python-netdata/releases',
28
author='Fabian Affolter',
29
author_email='[email protected]',
30
license='MIT',
0 commit comments