update to 4.4.3

This commit is contained in:
Haicheng Wu
2026-06-15 20:40:53 -07:00
parent 645a98d263
commit b18df7d206
7 changed files with 12 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ from setuptools import setup
def perform_setup():
setup(
name='cutlass_library',
version='4.4.2',
version='4.4.3',
description='CUTLASS library generation scripts',
packages=['cutlass_library']
)