Skip to content

Commit 40725f1

Browse files
committed
Release: 0.6.1 -> 0.6.2
1 parent fdaea3a commit 40725f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etcd3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__author__ = 'Louis Taylor'
1212
__email__ = 'louis@kragniz.eu'
13-
__version__ = '0.6.1'
13+
__version__ = '0.6.2'
1414

1515
__all__ = (
1616
'etcdrpc',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55
message = Release: {current_version} -> {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def load_reqs(filename):
2525

2626
setup(
2727
name='etcd3',
28-
version='0.6.1',
28+
version='0.6.2',
2929
description="Python client for the etcd3 API",
3030
long_description=readme + '\n\n' + history,
3131
author="Louis Taylor",

0 commit comments

Comments
 (0)