Skip to content

Commit

Permalink
Refresh setup.py and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
lupko committed Mar 7, 2023
1 parent 06a289e commit 60221ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 60221ae

Please sign in to comment.