Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt committed Apr 25, 2024
1 parent 25797a0 commit 7a946c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a946c8

Please sign in to comment.