Bump version: 0.9.0rc9 → 0.9.0rc10

This commit is contained in:
jobevers 2017-02-22 16:14:42 -06:00
parent c1ef161972
commit 9a36270d3e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0rc9
current_version = 0.9.0rc10
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.0rc9",
"version": "0.9.0rc10",
"description": "LBRY web ui",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"