From 2db4fed1a4c2a66e93b936352cd37b3807153936 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Fri, 29 Mar 2024 10:17:03 -0700 Subject: [PATCH] 0.2.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 859ced9..6c98e4e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'self-rewarding-lm-pytorch', packages = find_packages(exclude=[]), - version = '0.2.10', + version = '0.2.11', license='MIT', description = 'Self Rewarding LM - Pytorch', author = 'Phil Wang',