File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
module_name = "ipycanvas"
12
- module_version = "^0.13 "
12
+ module_version = "^0.14 "
Original file line number Diff line number Diff line change 4
4
# Copyright (c) Martin Renou.
5
5
# Distributed under the terms of the Modified BSD License.
6
6
7
- __version__ = "0.14.0 "
7
+ __version__ = "0.14.1 "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
35
35
" numpy" ,
36
36
" pillow>=6.0" ,
37
37
]
38
- version = " 0.14.0 "
38
+ version = " 0.14.1 "
39
39
40
40
[project .license ]
41
41
file = " LICENSE.txt"
@@ -86,7 +86,7 @@ field = [
86
86
]
87
87
88
88
[tool .tbump .version ]
89
- current = " 0.14.0 "
89
+ current = " 0.14.1 "
90
90
regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
91
91
92
92
[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments