We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61736 commit 883b4deCopy full SHA for 883b4de
bigchaindb_driver/__init__.py
@@ -3,4 +3,4 @@
3
4
__author__ = 'BigchainDB'
5
__email__ = '[email protected]'
6
-__version__ = '0.2.0'
+__version__ = '0.2.1'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.2.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
setup.py
@@ -42,7 +42,7 @@
42
43
setup(
44
name='bigchaindb_driver',
45
- version='0.2.0',
+ version='0.2.1',
46
description="Python driver for BigchainDB",
47
long_description=readme + '\n\n' + changelog,
48
author="BigchainDB",
0 commit comments