diff --git a/setup.py b/setup.py index 32c61c1334..eff6de831c 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def deps_list(*pkgs): setup( name="adapters", - version="0.1.1", + version="0.1.2", author="The AdapterHub team and community contributors", author_email="pfeiffer@ukp.tu-darmstadt.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 36232ada84..f85c34a6e4 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.1" +__version__ = "0.1.2" from typing import TYPE_CHECKING