This commit is contained in:
Jack Robison 2018-10-18 18:22:46 -04:00
parent cf1157f02a
commit 3364ac0976
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -1,7 +1,7 @@
import logging
__name__ = "lbrynet"
__version__ = "0.30.0rc8"
__version__ = "0.30.0rc9"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())