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 1
1
[bumpversion]
2
- current_version = 0.100.2-rc3
2
+ current_version = 0.100.2-rc4
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def check_if_nightly(version):
95
95
project = 'Raiden Network'
96
96
author = 'Raiden Project'
97
97
98
- version_string = '0.100.2-rc3 '
98
+ version_string = '0.100.2-rc4 '
99
99
# The version info for the project you're documenting, acts as replacement for
100
100
# |version| and |release|, also used in various other places throughout the
101
101
# built documents.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def run_tests(self):
39
39
test_requirements = []
40
40
41
41
# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
42
- version = '0.100.2-rc3 '
42
+ version = '0.100.2-rc4 '
43
43
44
44
setup (
45
45
name = 'raiden' ,
You can’t perform that action at this time.
0 commit comments