Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 19, 2022
1 parent 351e4fd commit c534a65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- conda-forge
dependencies:
- jupyterlab=3
- ipycanvas=0.12.0
- ipycanvas=0.12.1
- ipyevents
- branca
2 changes: 1 addition & 1 deletion ipycanvas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Martin Renou.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 12, 0)
version_info = (0, 12, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipycanvas",
"version": "0.12.0",
"version": "0.12.1",
"description": "Interactive widgets library exposing the browser's Canvas API",
"keywords": [
"jupyter",
Expand Down

0 comments on commit c534a65

Please sign in to comment.