diff --git a/setup.py b/setup.py index 041d4a2..c1ef0e9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'self-rewarding-lm-pytorch', packages = find_packages(exclude=[]), - version = '0.2.8', + version = '0.2.9', license='MIT', description = 'Self Rewarding LM - Pytorch', author = 'Phil Wang',