diff --git a/setup.py b/setup.py index 95ab65e..4f1b24c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'ring-attention-pytorch', packages = find_packages(exclude=[]), - version = '0.3.18', + version = '0.3.19', license='MIT', description = 'Ring Attention - Pytorch', author = 'Phil Wang',