forked from LBRYCommunity/lbry-sdk
Bump version: 0.8.0rc1 → 0.8.0rc2
This commit is contained in:
parent
05d50c1821
commit
7bc1bc487f
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.8.0rc1
|
||||
current_version = 0.8.0rc2
|
||||
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.8.0rc1"
|
||||
__version__ = "0.8.0rc2"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Version=0.8.0rc1
|
||||
Version=0.8.0rc2
|
||||
Name=LBRY
|
||||
Comment=The world's first user-owned content marketplace
|
||||
Icon=lbry
|
||||
|
|
Loading…
Reference in a new issue