Bump version: 0.9.0rc8 → 0.9.0rc9

This commit is contained in:
jobevers 2017-02-22 12:51:12 -06:00
parent 4f66a3a6a1
commit 98ba69c0d1
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.9.0rc8 current_version = 0.9.0rc9
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
@ -14,3 +14,4 @@ optional_value = production
values = values =
rc rc
production production

View file

@ -1,6 +1,6 @@
{ {
"name": "lbry-web-ui", "name": "lbry-web-ui",
"version": "0.9.0rc8", "version": "0.9.0rc9",
"description": "LBRY web ui", "description": "LBRY web ui",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"