From 53c4a5c6ab0e57077ba281d64f5f875f4d96346b Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 6 Jan 2024 23:09:52 +0900 Subject: [PATCH] 5.4.1 --- labelme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelme/__init__.py b/labelme/__init__.py index 8031de6f8..c402f79a2 100644 --- a/labelme/__init__.py +++ b/labelme/__init__.py @@ -13,7 +13,7 @@ # 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__ = "5.4.0.post1" +__version__ = "5.4.1" QT4 = QT_VERSION[0] == "4" QT5 = QT_VERSION[0] == "5"