forked from LBRYCommunity/lbry-sdk
Bump version: 0.12.0rc1 → 0.12.1rc1
This commit is contained in:
parent
bea6e2913f
commit
00fbe306c5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.12.0rc1
|
||||
current_version = 0.12.1rc1
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.12.0rc1"
|
||||
__version__ = "0.12.1rc1"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Reference in a new issue