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 70d3dd1 commit b1cc2deCopy full SHA for b1cc2de
environment.yml
@@ -3,5 +3,5 @@ channels:
3
- conda-forge
4
dependencies:
5
- jupyterlab=3
6
- - ipycanvas=0.9.0
+ - ipycanvas=0.9.1
7
- branca
ipycanvas/_version.py
@@ -4,5 +4,5 @@
# Copyright (c) Martin Renou.
# Distributed under the terms of the Modified BSD License.
-version_info = (0, 9, 0)
+version_info = (0, 9, 1)
8
__version__ = ".".join(map(str, version_info))
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ipycanvas",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "Interactive widgets library exposing the browser's Canvas API",
"keywords": [
"jupyter",
0 commit comments