From 7e5335d093bef57ed332e6354282f84995700bb1 Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Wed, 28 Feb 2024 11:19:24 +0100 Subject: [PATCH] Release: v0.9.0 Note that we did not set a dev version for 0.8.2, so this PR goes directly from 0.8.2 to 0.9.0. No deprecated code or similar to remove. --- setup.py | 2 +- src/peft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8b5f4f0329..52ae93755e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.8.2" +VERSION = "0.9.0" extras = {} extras["quality"] = [ diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 9c0015864d..a197236800 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.8.2" +__version__ = "0.9.0" from .auto import ( AutoPeftModel,