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.13.0
2+ current_version = 0.13.1
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def check_if_nightly(version):
9494project = 'Raiden Network'
9595author = 'Raiden Project'
9696
97- version_string = '0.13.0 '
97+ version_string = '0.13.1 '
9898# The version info for the project you're documenting, acts as replacement for
9999# |version| and |release|, also used in various other places throughout the
100100# built documents.
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def run(self):
103103
104104test_requirements = []
105105
106- version = '0.13.0 ' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
106+ version = '0.13.1 ' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
107107
108108setup (
109109 name = 'raiden' ,
You can’t perform that action at this time.
0 commit comments