From ebeca908cb355dff7ffbdbff54a200e3abdf47ab Mon Sep 17 00:00:00 2001 From: lucidrains Date: Wed, 10 Apr 2024 18:09:37 -0700 Subject: [PATCH] 0.2.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c98e4e..28b49d5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'self-rewarding-lm-pytorch', packages = find_packages(exclude=[]), - version = '0.2.11', + version = '0.2.12', license='MIT', description = 'Self Rewarding LM - Pytorch', author = 'Phil Wang',