From 1cfcb942808c06403901f2addf26ff8ce43b82d7 Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 7 Apr 2024 16:16:41 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 82249c3..f8bbb3a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pyreft", - version="0.0.1", + version="0.0.2", description="REFT: Representation Finetuning for Language Models", long_description=long_description, long_description_content_type='text/markdown', @@ -31,4 +31,4 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", ], -) \ No newline at end of file +)