Skip to content

Commit e409b8d

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 656ba19 commit e409b8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigchaindb_driver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = 'BigchainDB'
55
__email__ = '[email protected]'
6-
__version__ = '0.2.1'
6+
__version__ = '0.2.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name='bigchaindb_driver',
45-
version='0.2.1',
45+
version='0.2.2',
4646
description="Python driver for BigchainDB",
4747
long_description=readme + '\n\n' + changelog,
4848
author="BigchainDB",

0 commit comments

Comments
 (0)