forked from LBRYCommunity/lbry-sdk
Bump version 0.20.0rc12 --> 0.20.0rc13
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
a1218ea565
commit
2619c396d9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.20.0rc12"
|
||||
__version__ = "0.20.0rc13"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Reference in a new issue