From c34fd89e05b2fc73d30f08132f6ab02b91e7c453 Mon Sep 17 00:00:00 2001 From: Sarthak Jariwala Date: Tue, 3 Sep 2024 10:47:34 -0700 Subject: [PATCH] update version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b4a8958..1cf76ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "seaborn-image" -version = "0.9.0" +version = "0.10.0" description = "Attractive, descriptive and effective image visualization with seaborn-like API built on top of matplotlib" authors = ["Sarthak Jariwala "] license = "MIT"