v4.3.5 update. (#2934)

* v4.3.5 update.

* Update copyright to 2026
This commit is contained in:
Junkai-Wu
2026-01-09 04:02:56 +08:00
committed by GitHub
parent f86feb0aa8
commit 0d2b201e8c
2788 changed files with 3172 additions and 3071 deletions

View File

@@ -1,6 +1,6 @@
#################################################################################################
#
# Copyright (c) 2023 - 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2023 - 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
#
# Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@ from setuptools import setup
def perform_setup():
setup(
name='pycute',
version='4.3.4',
version='4.3.5',
description='Python implementation of CuTe',
packages=['pycute'],
)