diff --git a/setup.py b/setup.py index af00c2870c..a5b8009b44 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="peft", - version="0.6.0.dev0", + version="0.6.0", description="Parameter-Efficient Fine-Tuning (PEFT)", license_files=["LICENSE"], long_description=open("README.md", "r", encoding="utf-8").read(), diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 53ba2bd568..6d23092e25 100644 --- a/src/peft/__init__.py +++ b/src/peft/__init__.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.0.dev0" +__version__ = "0.6.0" from .auto import ( AutoPeftModel,