forked from LBRYCommunity/lbry-sdk
bump
This commit is contained in:
parent
cf1157f02a
commit
3364ac0976
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__name__ = "lbrynet"
|
__name__ = "lbrynet"
|
||||||
__version__ = "0.30.0rc8"
|
__version__ = "0.30.0rc9"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Reference in a new issue