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