v4.3.2 update. (#2839)

This commit is contained in:
Junkai-Wu
2025-12-04 23:14:32 +08:00
committed by GitHub
parent 52ae719eda
commit bc680c7f67
19 changed files with 169 additions and 301 deletions

View File

@@ -36,7 +36,7 @@ from setuptools import setup
def perform_setup():
setup(
name='pycute',
version='4.3.1',
version='4.3.2',
description='Python implementation of CuTe',
packages=['pycute'],
)