diff --git a/setup.py b/setup.py index 52f3b22..b5562b0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'flash-attention-jax', packages = find_packages(exclude=[]), - version = '0.0.5', + version = '0.0.6', license='MIT', description = 'Flash Attention - in Jax', author = 'Phil Wang',