mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
finalized packages for 0.0.10.1 release
This commit is contained in:
10
setup.py
10
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user