mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
bumped up version
This commit is contained in:
6
setup.py
6
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user