diff --git a/python/setup_library.py b/python/setup_library.py index c56d6b55..825e96b8 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.2.1', + version='4.3.2', description='CUTLASS library generation scripts', packages=['cutlass_library'] )