From 24a654cd3d187e286f8a302980115a448ab8cb7e Mon Sep 17 00:00:00 2001 From: Vladimir Iglovikov Date: Tue, 28 May 2024 16:22:39 -0700 Subject: [PATCH] Boost version (#1754) * Version boosted to 1.4.8 * Cleanup --- albumentations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albumentations/__init__.py b/albumentations/__init__.py index 0cbc142a8..f72a6c2d2 100644 --- a/albumentations/__init__.py +++ b/albumentations/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.7" +__version__ = "1.4.8" from albumentations.check_version import check_for_updates