Skip to content

Commit f6ce720

Browse files
committed
Bump version: 0.5.0 → 0.5.1
1 parent 6d143e8 commit f6ce720

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.5.0
2+
current_version = 0.5.1
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_if_nightly(version):
9898
project = 'Raiden Network'
9999
author = 'Raiden Project'
100100

101-
version_string = '0.5.0'
101+
version_string = '0.5.1'
102102
# The version info for the project you're documenting, acts as replacement for
103103
# |version| and |release|, also used in various other places throughout the
104104
# built documents.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(self):
9595

9696
test_requirements = []
9797

98-
version = '0.5.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
98+
version = '0.5.1' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
9999

100100
setup(
101101
name='raiden',

0 commit comments

Comments
 (0)