From 5824f6d6ac8ae803cd94dbc50b71b8d252ccf9af Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 3 Feb 2026 14:05:21 -0500 Subject: [PATCH] Version 1.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35784ac..75c4b2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "rapids-pre-commit-hooks" -version = "1.4.2" +version = "1.4.3" authors = [ { name = "RAPIDS Development Team", email = "pypi@rapids.ai" } ]