This commit is contained in:
Jack Robison 2018-10-17 21:36:54 -04:00
parent 78078b4c9f
commit a4ae8d7c53
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.0rc5"
__version__ = "0.30.0rc6"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())