Bump version 0.19.0rc16 --> 0.19.0rc17

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-12-13 16:40:25 -05:00
parent ebed4f010b
commit 5a41afc9fc
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.19.0rc16"
__version__ = "0.19.0rc17"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())

View file

@ -14,7 +14,7 @@ gmpy==1.17
jsonrpc==1.2
jsonrpclib==0.1.7
jsonschema==2.6.0
git+https://github.com/lbryio/lbryum.git@v3.2.0rc4#egg=lbryum
git+https://github.com/lbryio/lbryum.git@v3.2.0rc5#egg=lbryum
git+https://github.com/lbryio/lbryschema.git@v0.0.15rc2#egg=lbryschema
miniupnpc==1.9
pbkdf2==1.3

View file

@ -21,7 +21,7 @@ requires = [
'envparse',
'jsonrpc',
'jsonschema',
'lbryum==3.2.0rc4',
'lbryum==3.2.0rc5',
'lbryschema==0.0.15rc2',
'miniupnpc',
'pycrypto',