Skip to content

Commit d5a024c

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent c5098c6 commit d5a024c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

setup.py

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

123123
test_requirements = []
124124

125-
version = '0.0.5' # preserve format, this is read from __init__.py
125+
version = '0.0.6' # preserve format, this is read from __init__.py
126126

127127
setup(
128128
name='raiden',

0 commit comments

Comments
 (0)