Bump version from 4.2.1 to 4.3.1

This commit is contained in:
Haicheng Wu
2025-12-01 22:11:13 -05:00
committed by GitHub
parent f11375bf91
commit 1acfe141af

View File

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