From 5a2c69749acde7710649115bd850f246ffbb531a Mon Sep 17 00:00:00 2001 From: calpt Date: Thu, 27 Jun 2024 22:11:52 +0200 Subject: [PATCH] Release v0.2.2 --- setup.py | 2 +- src/adapters/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ba2af4a208..2b13dbd720 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def deps_list(*pkgs): setup( name="adapters", - version="0.2.1", + version="0.2.2", author="The AdapterHub team and community contributors", author_email="calpt@mail.de", description="A Unified Library for Parameter-Efficient and Modular Transfer Learning", diff --git a/src/adapters/__init__.py b/src/adapters/__init__.py index bfe253e91e..6c15fc2784 100644 --- a/src/adapters/__init__.py +++ b/src/adapters/__init__.py @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.1" +__version__ = "0.2.2" from typing import TYPE_CHECKING