From 6bc38b867a0cec0b50941c6ed3b50a88eefeb3c3 Mon Sep 17 00:00:00 2001 From: Vladimir Iglovikov Date: Thu, 23 Jan 2025 14:10:52 -0800 Subject: [PATCH] Version boosted to 2.0.1 (#2290) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8adf88540..b5136441b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ "setuptools>=45", "wheel" ] [project] name = "albumentations" -version = "2.0.0" +version = "2.0.1" description = "Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Albumentations offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks) data, with optimized performance and seamless integration into ML workflows." readme = "README.md"