Skip to content

Commit ae5bf6f

Browse files
committed
Release 0.0.2
1 parent 3842484 commit ae5bf6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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__ = 'dev@bigchaindb.com'
6-
__version__ = '0.0.2.dev12'
6+
__version__ = '0.0.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.0.2.dev12
2+
current_version = 0.0.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>.*)

setup.py

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

4242
setup(
4343
name='bigchaindb_driver',
44-
version='0.0.2.dev12',
44+
version='0.0.2',
4545
description="Python driver for BigchainDB",
4646
long_description=readme + '\n\n' + history,
4747
author="BigchainDB",

0 commit comments

Comments
 (0)