v4.5.1 update. (#3238)

This commit is contained in:
Junkai-Wu
2026-05-19 10:33:27 +08:00
committed by GitHub
parent e406c186f5
commit 2e602843e7
42 changed files with 6487 additions and 336 deletions

View File

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