Bump to v0.2.5

This commit is contained in:
Tri Dao 2022-12-21 14:33:18 -08:00
parent 496e4f528c
commit 1bc6e5b09c

View File

@ -156,7 +156,7 @@ ext_modules.append(
setup( setup(
name="flash_attn", name="flash_attn",
version="0.2.4", version="0.2.5",
packages=find_packages( packages=find_packages(
exclude=("build", "csrc", "include", "tests", "dist", "docs", "benchmarks", "flash_attn.egg-info",) exclude=("build", "csrc", "include", "tests", "dist", "docs", "benchmarks", "flash_attn.egg-info",)
), ),