From 5e4aa7eb92c2004ee07a1682800ab19b1af7c873 Mon Sep 17 00:00:00 2001 From: Sourab Mangrulkar <13534540+pacman100@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:11:09 +0530 Subject: [PATCH] Patch Release v0.8.1 (#1415) --- setup.py | 2 +- src/peft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c2e2031925..673caede8d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.8.1.dev0" +VERSION = "0.8.1" extras = {} extras["quality"] = ["black ~= 22.0", "ruff>=0.0.241", "urllib3<=2.0.0"] diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 1db4150dda..3be6487b4a 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.1.dev0" +__version__ = "0.8.1" from .auto import ( AutoPeftModel,