Skip to content

Commit 9f10ba2

Browse files
committed
Bump version to 0.100.4
1 parent a304afb commit 9f10ba2

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.100.3
2+
current_version = 0.100.4
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.100.3'
103+
version_string = '0.100.4'
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
@@ -55,7 +55,7 @@ def __init__(self, *args, **kwargs) -> None:
5555
test_requirements = []
5656

5757
# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
58-
version = "0.100.3"
58+
version = "0.100.4"
5959

6060
setup(
6161
name="raiden",

0 commit comments

Comments
 (0)