Skip to content

Commit 76b762a

Browse files
committed
Release 0.4.6
Signed-off-by: martinRenou <[email protected]>
1 parent 2bd4216 commit 76b762a

File tree

4 files changed

+202
-654
lines changed

4 files changed

+202
-654
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ channels:
33
- conda-forge
44
dependencies:
55
- branca
6-
- ipycanvas=0.4.5
6+
- ipycanvas=0.4.6
77
- ipyevents

ipycanvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Martin Renou.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 4, 5)
7+
version_info = (0, 4, 6)
88
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)