Skip to content

Commit cf879bc

Browse files
committed
Release 0.10.0
1 parent 959aa29 commit cf879bc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ name: ipycanvas
22
channels:
33
- conda-forge
44
dependencies:
5-
- jupyterlab=3
6-
- ipycanvas=0.9.1
5+
- ipycanvas=0.10.0
76
- branca

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, 9, 1)
7+
version_info = (0, 10, 0)
88
__version__ = ".".join(map(str, version_info))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipycanvas",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Interactive widgets library exposing the browser's Canvas API",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)