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"