Skip to content

Commit 6cf42c4

Browse files
committed
Prepare for new release
1 parent bc606c5 commit 6cf42c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

2525
setup(
2626
name='netdata',
27-
version='0.0.2',
27+
version='0.0.3',
2828
description='Python API for interacting with Netdata.',
2929
long_description=long_description,
3030
url='https://github.com/fabaff/python-netdata',
@@ -43,7 +43,7 @@
4343
'Operating System :: MacOS :: MacOS X',
4444
'Operating System :: Microsoft :: Windows',
4545
'Operating System :: POSIX',
46-
'Programming Language :: Python :: 3.4',
46+
'Programming Language :: Python :: 3.5',
4747
'Topic :: Utilities',
4848
],
4949
)

0 commit comments

Comments
 (0)