From f0b066eae888d5dea598e756b7e6d3401d0708e7 Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Wed, 25 Sep 2024 13:09:08 +0200 Subject: [PATCH] Release v0.13.0 (#2093) --- setup.py | 2 +- src/peft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 81fe755fe2..2cb50c4367 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.12.1.dev0" +VERSION = "0.13.0" extras = {} extras["quality"] = [ diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 18f9cf4f43..ea5b720762 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.12.1.dev0" +__version__ = "0.13.0" from .auto import ( AutoPeftModel,