Skip to content

Commit c0961c9

Browse files
author
Tomer Natan
committed
fix: add __version__ to flashinfer_cubin for nightly base compat
1 parent 375a229 commit c0961c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flashinfer-cubin/flashinfer_cubin/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ def _get_git_version():
7878
__version__ = _get_version()
7979
__git_version__ = _get_git_version()
8080
__all__ = ["get_cubin_dir", "list_cubins", "get_cubin_path", "CUBIN_DIR"]
81+
__version__ = "0.6.7"

0 commit comments

Comments
 (0)