From 0e18a535eaea7e7449453a1d6de0db91d82b1409 Mon Sep 17 00:00:00 2001 From: calpt Date: Sat, 2 Nov 2024 19:34:20 +0100 Subject: [PATCH] Release v1.0.1 --- setup.py | 4 ++-- src/adapters/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b778ce0a1d..3e4a448379 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ def deps_list(*pkgs): setup( name="adapters", - version="1.0.0", + version="1.0.1", author="The AdapterHub team and community contributors", author_email="calpt@mail.de", description="A Unified Library for Parameter-Efficient and Modular Transfer Learning", @@ -154,7 +154,7 @@ def deps_list(*pkgs): python_requires=">=3.8.0", install_requires=install_requires, classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", diff --git a/src/adapters/__init__.py b/src/adapters/__init__.py index 6cb5b4edf2..d64211495b 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__ = "1.0.0" +__version__ = "1.0.1" from typing import TYPE_CHECKING