Bump version 0.14.2rc2 --> 0.14.2rc3
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
738fa339df
commit
80bca06bef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.14.2rc2"
|
__version__ = "0.14.2rc3"
|
||||||
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