From efd8a8d16335c1937c2a29a1730b0d92401faf19 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 7 Jan 2024 14:19:17 +0900 Subject: [PATCH] 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f637ad..f124edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "imshow" -version = "0.1.0" +version = "0.1.1" description = "The flexible image display." license = { text = "MIT" } requires-python = ">=3.8"