diff --git a/setup.cfg b/setup.cfg index 8c96db5..43b4245 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.90.0 commit = True tag = True message = Release: {current_version} -> {new_version} diff --git a/setup.py b/setup.py index c22ee41..0affd89 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ version="0.90.0", description="Python client for the etcd3", long_description="", - url="https://github.com/gooddata/etcd3-client", + url="https://github.com/lupko/etcd3-client", packages=find_packages(exclude=["tests"]), include_package_data=True, install_requires=_REQUIRES,