Skip to content

Commit d905694

Browse files
committed
Release 0.14.1
1 parent fb45e68 commit d905694

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ipycanvas/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010

1111
module_name = "ipycanvas"
12-
module_version = "^0.13"
12+
module_version = "^0.14"

ipycanvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
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"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
4141
file = "LICENSE.txt"
@@ -86,7 +86,7 @@ field = [
8686
]
8787

8888
[tool.tbump.version]
89-
current = "0.14.0"
89+
current = "0.14.1"
9090
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9191

9292
[tool.tbump.git]

0 commit comments

Comments
 (0)