update version to 0.9.0rc8

This commit is contained in:
jobevers 2017-02-21 21:04:52 -06:00
parent fe954ed17d
commit f64e3d9356
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0rc6
current_version = 0.9.0rc8
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

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