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" } ]