Bump version 0.17.0rc3 --> 0.17.0rc4
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
8847e07f87
commit
53456c61b8
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.17.0rc3"
|
||||
__version__ = "0.17.0rc4"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
|
@ -14,8 +14,8 @@ gmpy==1.17
|
|||
jsonrpc==1.2
|
||||
jsonrpclib==0.1.7
|
||||
jsonschema==2.5.1
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.11#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.1.8#egg=lbryum
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.12rc1#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.1.9rc1#egg=lbryum
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
pycrypto==2.6.1
|
||||
|
|
4
setup.py
4
setup.py
|
@ -21,8 +21,8 @@ requires = [
|
|||
'envparse',
|
||||
'jsonrpc',
|
||||
'jsonschema',
|
||||
'lbryum==3.1.8',
|
||||
'lbryschema==0.0.11',
|
||||
'lbryum==3.1.9rc1',
|
||||
'lbryschema==0.0.12rc1',
|
||||
'miniupnpc',
|
||||
'pycrypto',
|
||||
'pyyaml',
|
||||
|
|
Loading…
Reference in a new issue