From d9d9312efcd762ad6a3d7d597b57501a3ca39ca7 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Mon, 8 Jan 2024 20:49:09 +0900 Subject: [PATCH] 0.1.4.post2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35e85ee..792121c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "imshow" # 2. MINOR version when you add functionality in a backwards-compatible manner; # 3. PATCH version when you make backwards-compatible bug fixes. # e.g., 1.0.0a0, 1.0.0a1, 1.0.0b0, 1.0.0rc0, 1.0.0, 1.0.0.post0 -version = "0.1.4.post1" +version = "0.1.4.post2" description = "The flexible image display." license = { text = "MIT" } requires-python = ">=3.8"