Skip to content

Commit e3a7bf7

Browse files
committed
Update
1 parent dd6cdfd commit e3a7bf7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/usr/bin/env python3
2+
"""
3+
Copyright (c) 2017-2018 Fabian Affolter <[email protected]>
4+
5+
Licensed under MIT. All rights reserved.
6+
"""
27
import os
38
import sys
4-
from codecs import open
59

610
try:
711
from setuptools import setup
@@ -20,7 +24,7 @@
2024

2125
setup(
2226
name='netdata',
23-
version='0.0.1',
27+
version='0.0.2',
2428
description='Python API for interacting with Netdata.',
2529
long_description=long_description,
2630
url='https://github.com/fabaff/python-netdata',

0 commit comments

Comments
 (0)