mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-03 00:30:34 +00:00
Bump version 0.16.3rc1 --> 0.16.3rc2
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
5d94f76a1f
commit
b593ac96b2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.16.3rc1"
|
__version__ = "0.16.3rc2"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Add table
Reference in a new issue