bump to 0.30.1rc11

This commit is contained in:
Jack Robison 2018-12-07 13:07:06 -05:00
parent 6180a2917d
commit 3a4c9ff4f9
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -3,7 +3,7 @@ from lbrynet.custom_logger import install_logger
__name__ = "lbrynet"
__version__ = "0.30.1rc10"
__version__ = "0.30.1rc11"
version = tuple(__version__.split('.'))
install_logger()