Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Increase version to 0.0.2 [skip ci] (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed May 5, 2017
1 parent 198cc7e commit 176fc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coalaip_bigchaindb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'BigchainDB'
__email__ = 'dev@bigchaindb.com'
__version__ = '0.0.1'
__version__ = '0.0.2'

from coalaip_bigchaindb.plugin import Plugin # noqa
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='coalaip-bigchaindb',
version='0.0.1',
version='0.0.2',
description="BigchainDB ledger plugin for COALA IP's Python reference implementation",
long_description=readme + '\n\n' + history,
author="BigchainDB",
Expand Down

0 comments on commit 176fc4b

Please sign in to comment.