diff --git a/setup.py b/setup.py index 35b2c7c..717b562 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'ring-attention-pytorch', packages = find_packages(exclude=[]), - version = '0.5.3', + version = '0.5.4', license='MIT', description = 'Ring Attention - Pytorch', author = 'Phil Wang',