bumped up version

This commit is contained in:
Muneeb Ali
2015-10-12 12:01:06 -04:00
parent 6cad38e5a7
commit efc0b770a2

View File

@@ -25,7 +25,7 @@ from setuptools import setup, find_packages
setup(
name='blockstore',
version='0.0.5',
version='0.0.6',
url='https://github.com/blockstack/blockstore',
license='GPLv3',
author='Blockstack.org',
@@ -38,10 +38,10 @@ setup(
zip_safe=False,
include_package_data=True,
install_requires=[
'virtualchain>=0.0.2',
'virtualchain>=0.0.3',
'kademlia>=0.5',
'keychain>=0.1.3',
'blockstore-client>=0.0.1'
'blockstore-client>=0.0.2'
],
classifiers=[
'Intended Audience :: Developers',