Skip to content

Commit 43dd029

Browse files
committed
bump version
1 parent 48da48a commit 43dd029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flash_attn_jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = 'v0.3.0'
1+
__version__ = 'v0.4.0'
22
from .flash import flash_mha
33
from .varlen import flash_mha_varlen
44
__all__ = ['flash_mha', 'flash_mha_varlen']

0 commit comments

Comments
 (0)