Skip to content

Commit

Permalink
First Release
Browse files Browse the repository at this point in the history
Implemented all APIs of etcd3's gRPC-JSON-Gateway

Stateful utils (Watcher Lease Lock Transaction) are in progress
  • Loading branch information
revol.cai committed Mar 18, 2018
1 parent 3c81830 commit 8459b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etcd3/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'Renjie Cai'
__email__ = 'revol.cai@gmail.com'
__version__ = '0.0.1'
version='0.1.0'
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.0.1
current_version = 0.1.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name='etcd3-py',
version='0.0.1',
version='0.1.0',
description="Python client for etcd v3 (Using grpc-json-gateway) Edit",
long_description=readme + '\n\n' + history,
author="Renjie Cai",
Expand Down

0 comments on commit 8459b87

Please sign in to comment.