From 207376de6282977844eae58e4a8afc6406d7751f Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Fri, 17 May 2024 12:48:49 +0200 Subject: [PATCH] Release v0.11.1 --- setup.py | 2 +- src/peft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ee40a37796..472589602f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.11.0" +VERSION = "0.11.1" extras = {} extras["quality"] = [ diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 108e7a66f4..c934d842b0 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.11.0" +__version__ = "0.11.1" from .auto import ( AutoPeftModel,