Skip to content

Commit bda0879

Browse files
committed
Bump version: 0.11.0 → 0.12.0
[no ci integration]
1 parent 59fb17a commit bda0879

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.11.0
2+
current_version = 0.12.0
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 check_if_nightly(version):
100100
project = 'Raiden Network'
101101
author = 'Raiden Project'
102102

103-
version_string = '0.11.0'
103+
version_string = '0.12.0'
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
@@ -91,7 +91,7 @@ def run(self):
9191

9292
test_requirements = []
9393

94-
version = '0.11.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
94+
version = '0.12.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
9595

9696
setup(
9797
name='raiden',

0 commit comments

Comments
 (0)