From e0aabb6bcb7ec6ba37be93bccf77607c45053342 Mon Sep 17 00:00:00 2001 From: kolibril13 <44469195+kolibril13@users.noreply.github.com> Date: Tue, 14 Mar 2023 10:02:51 +0100 Subject: [PATCH] new version --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e679e..cecdac7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ import jupyter_compare_view ## Changelog +# 0.2.4 + +CHange to importlib [#48](https://github.com/Octoframes/jupyter_compare_view/pull/48) ## 0.2.3 diff --git a/pyproject.toml b/pyproject.toml index aa288c6..517ab65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jupyter_compare_view" -version = "0.2.3" +version = "0.2.4" description = "Blend Between Multiple Images in JupyterLab." authors = ["Octoframes"] license = "MIT"