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