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.5.0
2+ current_version = 0.5.1
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.5.0 '
101+ version_string = '0.5.1 '
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 @@ -95,7 +95,7 @@ def run(self):
9595
9696test_requirements = []
9797
98- version = '0.5.0 ' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
98+ version = '0.5.1 ' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
9999
100100setup (
101101 name = 'raiden' ,
You can’t perform that action at this time.
0 commit comments