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 656ba19 commit e409b8dCopy full SHA for e409b8d
bigchaindb_driver/__init__.py
@@ -3,4 +3,4 @@
3
4
__author__ = 'BigchainDB'
5
__email__ = '[email protected]'
6
-__version__ = '0.2.1'
+__version__ = '0.2.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
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.1',
+ version='0.2.2',
46
description="Python driver for BigchainDB",
47
long_description=readme + '\n\n' + changelog,
48
author="BigchainDB",
0 commit comments