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 bc606c5 commit 6cf42c4Copy full SHA for 6cf42c4
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='netdata',
27
- version='0.0.2',
+ version='0.0.3',
28
description='Python API for interacting with Netdata.',
29
long_description=long_description,
30
url='https://github.com/fabaff/python-netdata',
@@ -43,7 +43,7 @@
43
'Operating System :: MacOS :: MacOS X',
44
'Operating System :: Microsoft :: Windows',
45
'Operating System :: POSIX',
46
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
47
'Topic :: Utilities',
48
],
49
)
0 commit comments