From 7a946c8cf8fe28679917e1fac5ce66e8a009a0a1 Mon Sep 17 00:00:00 2001 From: calpt Date: Thu, 25 Apr 2024 13:20:13 +0000 Subject: [PATCH] Release v0.2.0 --- setup.py | 6 +++--- src/adapters/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index ef6f386fb..39362f2ad 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2020 The AdapterHub Team. All rights reserved. +# Copyright 2020-2024 The AdapterHub Team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -142,9 +142,9 @@ def deps_list(*pkgs): setup( name="adapters", - version="0.1.2", + version="0.2.0", author="The AdapterHub team and community contributors", - author_email="pfeiffer@ukp.tu-darmstadt.de", + author_email="calpt@mail.de", description="A Unified Library for Parameter-Efficient and Modular Transfer Learning", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown", diff --git a/src/adapters/__init__.py b/src/adapters/__init__.py index f85c34a6e..9280092df 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.1.2" +__version__ = "0.2.0" from typing import TYPE_CHECKING