diff --git a/.bumpversion_client.cfg b/.bumpversion_client.cfg index 17d0928ca9..b7c9905b75 100644 --- a/.bumpversion_client.cfg +++ b/.bumpversion_client.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.15.0 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index 494626ec48..b06266c024 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,7 @@ def check_if_nightly(version): project = 'Raiden Network' author = 'Raiden Project' -version_string = '0.14.0' +version_string = '0.15.0' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. diff --git a/setup.py b/setup.py index ad633631ce..e45d3f391e 100755 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def run(self): test_requirements = [] -version = '0.14.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg) +version = '0.15.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg) setup( name='raiden',