From 1acfe141af799d0597523c79985edcf2868222f1 Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:11:13 -0500 Subject: [PATCH] Bump version from 4.2.1 to 4.3.1 --- python/setup_pycute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup_pycute.py b/python/setup_pycute.py index 0bad050f..d642b0af 100644 --- a/python/setup_pycute.py +++ b/python/setup_pycute.py @@ -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'], )