diff --git a/etcd3_wrapper/__init__.py b/etcd3_wrapper/__init__.py index 8e039f7..5065480 100755 --- a/etcd3_wrapper/__init__.py +++ b/etcd3_wrapper/__init__.py @@ -1,2 +1 @@ -from etcd3_wrapper import Etcd3Wrapper, EtcdEntry -name = "etcd3_wrapper" \ No newline at end of file +from .etcd3_wrapper import Etcd3Wrapper, EtcdEntry \ No newline at end of file diff --git a/setup.py b/setup.py index 1634938..d1c1c8f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md') as fh: setuptools.setup( name='etcd3_wrapper', - version='0.5.1', + version='0.5.2', description='A wrapper around etcd3 package', long_description=long_description, long_description_content_type='text/markdown',