This commit is contained in:
Jack Robison 2018-10-19 12:28:08 -04:00
parent 7af501e0bc
commit e19f8f3d95
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.0rc9"
__version__ = "0.30.0rc10"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())