Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
revol.cai committed Mar 21, 2018
1 parent 6635467 commit 688ef47
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.1.2'
__version__ = '0.1.3'
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.1.2
current_version = 0.1.3
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 @@ -43,7 +43,7 @@

setup(
name='etcd3-py',
version='0.1.2',
version='0.1.3',
description="Python client for etcd v3 (Using gRPC-JSON-Gateway)",
long_description=readme + '\n\n' + history,
author="Renjie Cai",
Expand Down

0 comments on commit 688ef47

Please sign in to comment.