Skip to content

Commit f88806b

Browse files
committed
Bump version from 4.2.1 to 4.3.1
1 parent 10d4651 commit f88806b

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.2.1'
136+
this.__version__ = '4.3.1'
137137

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

0 commit comments

Comments
 (0)