diff --git a/setup.py b/setup.py index 6ced2cc..1634938 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', + version='0.5.1', description='A wrapper around etcd3 package', long_description=long_description, long_description_content_type='text/markdown',