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 f7fa810 commit f144132Copy full SHA for f144132
bigchaindb_driver/__init__.py
@@ -3,4 +3,4 @@
3
4
__author__ = 'BigchainDB'
5
__email__ = '[email protected]'
6
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
setup.py
@@ -41,7 +41,7 @@
41
42
setup(
43
name='bigchaindb_driver',
44
- version='0.1.0',
+ version='0.1.1',
45
description="Python driver for BigchainDB",
46
long_description=readme + '\n\n' + changelog,
47
author="BigchainDB",
0 commit comments