Skip to content

Commit 9805ead

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent b6ae932 commit 9805ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion_client.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_if_nightly(version):
9898
project = 'Raiden Network'
9999
author = 'Raiden Project'
100100

101-
version_string = '0.6.0'
101+
version_string = '0.7.0'
102102
# The version info for the project you're documenting, acts as replacement for
103103
# |version| and |release|, also used in various other places throughout the
104104
# built documents.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def run(self):
9393

9494
test_requirements = []
9595

96-
version = '0.6.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
96+
version = '0.7.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
9797

9898
setup(
9999
name='raiden',

0 commit comments

Comments
 (0)