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