From 7967ce5f83f8d6f64dc006f49bd7ef0b5c7bbca1 Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:34:45 -0500 Subject: [PATCH] Bump version to 4.3.0 --- python/cutlass_cppgen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cutlass_cppgen/__init__.py b/python/cutlass_cppgen/__init__.py index 9bdd259c..2491da63 100644 --- a/python/cutlass_cppgen/__init__.py +++ b/python/cutlass_cppgen/__init__.py @@ -133,7 +133,7 @@ def get_option_registry(): this._option_registry = OptionRegistry(device_cc()) return this._option_registry -this.__version__ = '4.2.1' +this.__version__ = '4.3.0' from cutlass_cppgen.backend import create_memory_pool from cutlass_cppgen.emit.pytorch import pytorch