From e56fc0dfdcc83eb4e59b05f84cd80665e2bfd5db Mon Sep 17 00:00:00 2001 From: Vladimir Iglovikov Date: Sat, 17 Feb 2024 13:37:27 -0800 Subject: [PATCH] Boosted version to 1.4.0 (#1523) --- README.md | 2 +- albumentations/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2104722f9..8bd63a051 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Here is an example of how you can apply some [pixel-level](#pixel-level-transfor ## Installation -Albumentations requires Python 3.7 or higher. To install the latest version from PyPI: +Albumentations requires Python 3.8 or higher. To install the latest version from PyPI: ```bash pip install -U albumentations diff --git a/albumentations/__init__.py b/albumentations/__init__.py index 32bcdf5f4..00f0d5d55 100644 --- a/albumentations/__init__.py +++ b/albumentations/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.1" +__version__ = "1.4.0" from .augmentations import * from .core.composition import *