From 509831ebd98bbd7745f2d1bef7783abb2c0c407b Mon Sep 17 00:00:00 2001 From: lucidrains Date: Wed, 10 Apr 2024 20:42:27 -0700 Subject: [PATCH] 0.3.19 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',