forked from LBRYCommunity/lbry-sdk
Bump version 0.20.1rc4 --> 0.20.1rc5
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
cefe9db04d
commit
ba52574091
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.20.1rc4"
|
||||
__version__ = "0.20.1rc5"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
|
@ -14,7 +14,7 @@ jsonrpc==1.2
|
|||
jsonrpclib==0.1.7
|
||||
keyring==10.4.0
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.16rc2#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.2.2rc2#egg=lbryum
|
||||
git+https://github.com/lbryio/lbryum.git@v3.2.2rc3#egg=lbryum
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
pyyaml==3.12
|
||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ requires = [
|
|||
'envparse',
|
||||
'jsonrpc',
|
||||
'lbryschema==0.0.16rc2',
|
||||
'lbryum==3.2.2rc2',
|
||||
'lbryum==3.2.2rc3',
|
||||
'miniupnpc',
|
||||
'pyyaml',
|
||||
'requests',
|
||||
|
|
Loading…
Reference in a new issue