Skip to content

Commit 2ea7fef

Browse files
committed
Bump version: 0.13.0 → 0.13.1
1 parent 53986e4 commit 2ea7fef

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.13.0
2+
current_version = 0.13.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
@@ -94,7 +94,7 @@ def check_if_nightly(version):
9494
project = 'Raiden Network'
9595
author = 'Raiden Project'
9696

97-
version_string = '0.13.0'
97+
version_string = '0.13.1'
9898
# The version info for the project you're documenting, acts as replacement for
9999
# |version| and |release|, also used in various other places throughout the
100100
# built documents.

setup.py

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

104104
test_requirements = []
105105

106-
version = '0.13.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
106+
version = '0.13.1' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
107107

108108
setup(
109109
name='raiden',

0 commit comments

Comments
 (0)