Skip to content

Commit 047b437

Browse files
committed
Bump minor version to 0.2.1.
1 parent 18e4a80 commit 047b437

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ var/
3131
# Dev
3232
venv
3333
.tup
34-
tup.config
34+
tup.config
35+
local

src/flash_attn_jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .flash import flash_mha
2-
__version__ = 'v0.2.0'
2+
__version__ = 'v0.2.1'

0 commit comments

Comments
 (0)