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 99"""
1010
1111module_name = "ipycanvas"
12- module_version = "^0.13 "
12+ module_version = "^0.14 "
Original file line number Diff line number Diff line change 44# Copyright (c) Martin Renou.
55# Distributed under the terms of the Modified BSD License.
66
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 = [
3535 " numpy" ,
3636 " pillow>=6.0" ,
3737]
38- version = " 0.14.0 "
38+ version = " 0.14.1 "
3939
4040[project .license ]
4141file = " LICENSE.txt"
@@ -86,7 +86,7 @@ field = [
8686]
8787
8888[tool .tbump .version ]
89- current = " 0.14.0 "
89+ current = " 0.14.1 "
9090regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
9191
9292[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments