We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295a816 commit 6bc96cfCopy full SHA for 6bc96cf
environment.yml
@@ -3,5 +3,5 @@ channels:
3
- conda-forge
4
dependencies:
5
- branca
6
- - ipycanvas=0.4.6
+ - ipycanvas=0.4.7
7
- ipyevents
ipycanvas/_version.py
@@ -4,5 +4,5 @@
# Copyright (c) Martin Renou.
# Distributed under the terms of the Modified BSD License.
-version_info = (0, 4, 6)
+version_info = (0, 4, 7)
8
__version__ = ".".join(map(str, version_info))
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ipycanvas",
- "version": "0.4.6",
+ "version": "0.4.7",
"description": "Interactive widgets library exposing the browser's Canvas API",
"keywords": [
"jupyter",
0 commit comments