Bump version: 0.9.0rc13 → 0.9.0rc14

This commit is contained in:
Alex Grintsvayg 2017-03-07 16:03:17 -05:00
parent 9ff1ffd53e
commit 86c1210793
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.9.0rc13 current_version = 0.9.0rc14
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+))?

View file

@ -1,6 +1,6 @@
{ {
"name": "lbry-web-ui", "name": "lbry-web-ui",
"version": "0.9.0rc13", "version": "0.9.0rc14",
"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"