Prep for next version

This commit is contained in:
Davanum Srinivas 2017-03-25 18:16:58 -04:00
parent 88179ff40c
commit 2b3863b252
2 changed files with 1 additions and 2 deletions

@ -1,6 +1,5 @@
[metadata]
name = etcd3gw
version = 0.0.1
summary = A python client for etcd3 grpc-gateway v3 API
description-file =
README.md

@ -26,4 +26,4 @@ except ImportError:
setuptools.setup(
setup_requires=['pbr>=2.0'],
pbr=False)
pbr=True)