From c534a65e8e9f2e6631abd463297a50dd1f2f1df2 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 19 Aug 2022 10:20:10 +0200 Subject: [PATCH] Release 0.12.1 --- environment.yml | 2 +- ipycanvas/_version.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 33eba7b..a8a3231 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,6 @@ channels: - conda-forge dependencies: - jupyterlab=3 - - ipycanvas=0.12.0 + - ipycanvas=0.12.1 - ipyevents - branca diff --git a/ipycanvas/_version.py b/ipycanvas/_version.py index 6fc0da7..96494d2 100644 --- a/ipycanvas/_version.py +++ b/ipycanvas/_version.py @@ -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)) diff --git a/package.json b/package.json index a2b862c..f1ff862 100644 --- a/package.json +++ b/package.json @@ -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",