Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging authored Apr 7, 2024
1 parent 5b453f2 commit 1cfcb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -31,4 +31,4 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)
)

0 comments on commit 1cfcb94

Please sign in to comment.