Skip to content

Commit c9cb772

Browse files
authored
Version boosted to 2.0.7 (#2522)
1 parent a97f5b6 commit c9cb772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363
language: system
6464
files: setup.py
6565
- repo: https://github.com/astral-sh/ruff-pre-commit
66-
rev: v0.11.9
66+
rev: v0.11.10
6767
hooks:
6868
- id: ruff
6969
exclude: '__pycache__/'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [ "setuptools>=45", "wheel" ]
66
[project]
77
name = "albumentations"
88

9-
version = "2.0.6"
9+
version = "2.0.7"
1010

1111
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, keypoints) data, with optimized performance and seamless integration into ML workflows."
1212
readme = "README.md"

0 commit comments

Comments
 (0)