From 431c0e2d5ca56fa512dc4c96876c4145bb538f62 Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Fri, 11 Oct 2024 13:37:09 +0200 Subject: [PATCH] Release 0.13.2 (patch release for #2144) --- setup.py | 2 +- src/peft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 39a40d4617..f3367685fd 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.13.1" +VERSION = "0.13.2" extras = {} extras["quality"] = [ diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 3b84bd55ab..c1468846cf 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.13.1" +__version__ = "0.13.2" from .auto import ( AutoPeftModel,