We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ccb11 commit 095dfbbCopy full SHA for 095dfbb
etcd3/__init__.py
@@ -10,7 +10,7 @@
10
11
__author__ = 'Louis Taylor'
12
__email__ = 'louis@kragniz.eu'
13
-__version__ = '0.8.0'
+__version__ = '0.8.1'
14
15
__all__ = (
16
'etcdrpc',
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
3
commit = True
4
tag = True
5
message = Release: {current_version} -> {new_version}
setup.py
@@ -25,7 +25,7 @@ def load_reqs(filename):
25
26
setup(
27
name='etcd3',
28
- version='0.8.0',
+ version='0.8.1',
29
description="Python client for the etcd3 API",
30
long_description=readme + '\n\n' + history,
31
author="Louis Taylor",
0 commit comments