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