Bump version 0.20.0rc9 --> 0.20.0rc10
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
e3265714ee
commit
02bcc98a6a
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.20.0rc9"
|
||||
__version__ = "0.20.0rc10"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
|
@ -12,8 +12,8 @@ GitPython==2.1.3
|
|||
jsonrpc==1.2
|
||||
jsonrpclib==0.1.7
|
||||
keyring==10.4.0
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.15#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.2.1#egg=lbryum
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.16rc2#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.2.2rc1#egg=lbryum
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
pyyaml==3.12
|
||||
|
|
4
setup.py
4
setup.py
|
@ -21,8 +21,8 @@ requires = [
|
|||
'base58',
|
||||
'envparse',
|
||||
'jsonrpc',
|
||||
'lbryschema==0.0.15',
|
||||
'lbryum==3.2.1',
|
||||
'lbryschema==0.0.16rc2',
|
||||
'lbryum==3.2.2rc1',
|
||||
'miniupnpc',
|
||||
'pyyaml',
|
||||
'requests',
|
||||
|
|
Loading…
Reference in a new issue