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