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]
current_version = 0.9.0rc8
current_version = 0.9.0rc9
commit = True
tag = True
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 =
rc
production

View file

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