Merge pull request #200 from bigchaindb/0.1.5

bugfix and bump version to 0.1.5
This commit is contained in:
Alberto Granzotto 2016-04-21 11:00:45 +02:00
commit ac47f63b93
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ author = 'BigchainDB Contributors'
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.4'
release = '0.1.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -32,7 +32,7 @@ docs_require = [
setup(
name='BigchainDB',
version='0.1.4',
version='0.1.5',
description='BigchainDB: A Scalable Blockchain Database',
long_description=__doc__,
url='https://github.com/BigchainDB/bigchaindb/',