From de93e8a4ac3e1000b7021f3c682db95d492a6096 Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Wed, 25 Feb 2026 00:03:04 -0500 Subject: [PATCH] Bump version from 4.3.5 to 4.4.0 --- python/setup_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup_library.py b/python/setup_library.py index c8f0bc95d..585fae3a4 100644 --- a/python/setup_library.py +++ b/python/setup_library.py @@ -36,7 +36,7 @@ from setuptools import setup def perform_setup(): setup( name='cutlass_library', - version='4.3.5', + version='4.4.0', description='CUTLASS library generation scripts', packages=['cutlass_library'] )