forked from LBRYCommunity/lbry-sdk
0.0.4
This commit is contained in:
parent
67dc297c97
commit
a4519d3add
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
|||
),
|
||||
packages=find_packages(exclude=('tests',)),
|
||||
include_package_data=True,
|
||||
python_requires='>=2.7',
|
||||
python_requires='>=3.7',
|
||||
install_requires=(
|
||||
'twisted',
|
||||
'ecdsa',
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
__version__ = '0.0.3'
|
||||
__version__ = '0.0.4'
|
||||
|
|
Loading…
Reference in a new issue