Skip to content

Commit 954503d

Browse files
authored
Bump version to 4.4.0
1 parent 6c4200f commit 954503d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cutlass_cppgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def get_option_registry():
133133
this._option_registry = OptionRegistry(device_cc())
134134
return this._option_registry
135135

136-
this.__version__ = '4.3.5'
136+
this.__version__ = '4.4.0'
137137

138138
from cutlass_cppgen.backend import create_memory_pool
139139
from cutlass_cppgen.emit.pytorch import pytorch

0 commit comments

Comments
 (0)