Skip to content

Commit 25c85d1

Browse files
hackaugustoDominik1999
authored andcommitted
Bump version: 0.200.0-rc5 → v0.200.0-rc6
1 parent 901f5ea commit 25c85d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion_client.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.200.0-rc5
2+
current_version = v0.200.0-rc6
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def setup(app):
100100
project = "Raiden Network"
101101
author = "Raiden Project"
102102

103-
version_string = "0.200.0-rc5"
103+
version_string = "0.200.0-rc6"
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, *args, **kwargs) -> None:
5757
test_requirements: List[str] = []
5858

5959
# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
60-
version = "0.200.0-rc5"
60+
version = "0.200.0-rc6"
6161

6262
setup(
6363
name="raiden",

0 commit comments

Comments
 (0)