From 4cc8dc6c8f82b6f9ee11b281a289f793c85e1b55 Mon Sep 17 00:00:00 2001 From: M Omer Bhatti Date: Fri, 27 Sep 2024 19:36:07 +0500 Subject: [PATCH] chore!: Drop Python 3.8 support BREAKING CHANGE: This commit drops support for Python 3.8, requiring Python 3.11 or later. It is incompatible with releases older than Redwood. --- image_explorer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_explorer/__init__.py b/image_explorer/__init__.py index 467efa7..249df53 100644 --- a/image_explorer/__init__.py +++ b/image_explorer/__init__.py @@ -22,4 +22,4 @@ """ from .image_explorer import ImageExplorerBlock -__version__ = '2.2.1' +__version__ = '3.0.0'