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
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed May 5, 2017
1 parent ecc1661 commit f27eb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coalaip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'BigchainDB'
__email__ = '[email protected]'
__version__ = '0.0.1'
__version__ = '0.0.2'

from coalaip.coalaip import ( # noqa
CoalaIp
Expand Down
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',
version='0.0.1',
version='0.0.2',
description="Python reference implementation for COALA IP",
long_description=long_discription,
author="BigchainDB",
Expand Down

0 comments on commit f27eb60

Please sign in to comment.