Bump version: 0.20.0rc1 → 0.20.0rc2
This commit is contained in:
parent
35ebd04949
commit
b914ddeb75
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.20.0rc1
|
||||
current_version = 0.20.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 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.20.0rc1",
|
||||
"version": "0.20.0rc2",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"homepage": "https://lbry.io/",
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue