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"