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'] )