From f04d359c0aedf608e87572aee2217ef07f48f9e7 Mon Sep 17 00:00:00 2001 From: kolibril13 <44469195+kolibril13@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:50:15 +0100 Subject: [PATCH] 3.11 --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd9bd4..e1aff1a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ import jupyter_compare_view ## Changelog +## 0.2.1 + +* Support python 3.11 + ## 0.2.0 * Implemented `capture` to display the compare view frame without calling the cell magic. This is not an ipywidget as mentioned [here](https://github.com/Octoframes/jupyter_compare_view/pull/41#pullrequestreview-1205327074). diff --git a/pyproject.toml b/pyproject.toml index ad01afc..302e420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jupyter_compare_view" -version = "0.2.0" +version = "0.2.1" description = "Blend Between Multiple Images in JupyterLab." authors = ["Octoframes"] license = "MIT"