Skip to content

Commit bb6a6fa

Browse files
authored
Boosted version to 2.0.4 (#2338)
1 parent ef505c6 commit bb6a6fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
files: setup.py
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
5353
# Ruff version.
54-
rev: v0.9.5
54+
rev: v0.9.6
5555
hooks:
5656
# Run the linter.
5757
- id: ruff

pyproject.toml

+1-1
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.3"
9+
version = "2.0.4"
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) data, with optimized performance and seamless integration into ML workflows."
1212
readme = "README.md"

0 commit comments

Comments
 (0)