Merge pull request #68 from bigchaindb/0.1.4

Release 0.1.4
This commit is contained in:
Rodolphe Marques 2016-02-22 14:26:50 +01:00
commit 6614f7a102
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -30,7 +30,7 @@ docs_require = [
setup(
name='BigchainDB',
version='0.1.3',
version='0.1.4',
description='BigchainDB: A Scalable Blockchain Database',
long_description=__doc__,
url='https://github.com/BigchainDB/bigchaindb/',
@ -41,10 +41,17 @@ setup(
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Database',
'Topic :: Database :: Database Engines/Servers',
'Topic :: Software Development',
'Natural Language :: English',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
],
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'],