File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6 .0
2+ current_version = 0.7 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def check_if_nightly(version):
9898project = 'Raiden Network'
9999author = '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.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def run(self):
9393
9494test_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
9898setup (
9999 name = 'raiden' ,
You can’t perform that action at this time.
0 commit comments