From 9db2fc653b336521c34a3185078f6b4a68c0d822 Mon Sep 17 00:00:00 2001 From: Benjamin Bossan Date: Tue, 5 Aug 2025 12:27:19 +0200 Subject: [PATCH] Bump version to 0.17.1.dev0 after release --- setup.py | 2 +- src/peft/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cd1411ac83..1378be745d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.17.0" +VERSION = "0.17.1.dev0" extras = {} extras["quality"] = [ diff --git a/src/peft/__init__.py b/src/peft/__init__.py index 06ad6cc102..65f5e51b5c 100644 --- a/src/peft/__init__.py +++ b/src/peft/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.17.0" +__version__ = "0.17.1.dev0" from .auto import ( MODEL_TYPE_TO_PEFT_MODEL_MAPPING,