Bump version: 0.18.2 → 0.19.0rc1

This commit is contained in:
Sean Yesmunt 2017-12-08 17:09:11 -05:00
parent f5daf70d41
commit 656eabdf5c
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.18.2
current_version = 0.19.0rc1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch}
@ -12,7 +12,7 @@ first_value = 1
[bumpversion:part:release]
optional_value = production
values =
values =
rc
production

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.18.2",
"version": "0.19.0rc1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"author": {
"name": "LBRY Inc.",