finalized packages for 0.0.10.1 release

This commit is contained in:
Muneeb Ali
2016-02-03 20:23:37 -05:00
parent da88b977ab
commit be9077b691
4 changed files with 16 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ from setuptools import setup, find_packages
setup(
name='blockstore',
version='0.0.10',
version='0.0.10.1',
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.6',
'kademlia>=0.5',
'keychain>=0.1.4',
'blockstore-client>=0.0.9'
'virtualchain==0.0.6',
'kademlia==0.5',
'keychain==0.1.4',
'blockstore-client==0.0.12.1'
],
classifiers=[
'Intended Audience :: Developers',