From 313e4506829256c75dff74e4618141660c74ccbf Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 20 Jul 2026 14:15:17 -0400 Subject: [PATCH] Version 1.6.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 882b1b7..37e84a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION. +# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 [build-system] @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "rapids-pre-commit-hooks" -version = "1.6.0" +version = "1.6.1" authors = [ { name = "RAPIDS Development Team", email = "pypi@rapids.ai" } ]