Bump version 0.19.0rc4 --> 0.19.0rc5

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-12-05 09:49:21 -05:00
parent 315ad70ce1
commit 5d95194469
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

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