Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos authored Dec 5, 2018
2 parents c5f557f + 369094f commit c889b06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = False

Expand All @@ -8,4 +8,5 @@ serialize = {major}.{minor}.{patch}

[bumpversion:file:package.json]
parse = "version": "(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)";
serialize = {major}.{minor}.{patch}
serialize = {major}.{minor}.{patch}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raidenwebui",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):

history = ''

version = '0.5.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
version = '0.6.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)

setup(
name='raiden-webui',
Expand Down

0 comments on commit c889b06

Please sign in to comment.