Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt committed Jan 9, 2024
1 parent bca1ead commit 5c5f10c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 43 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/pr_dependencies.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020-2023 The AdapterHub Team. All rights reserved.
Copyright 2020-2024 The AdapterHub Team. All rights reserved.

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = "AdapterHub"
copyright = "2020-2023, AdapterHub Team"
copyright = "2020-2024, AdapterHub Team"
author = "AdapterHub Team"

docs_versions = [
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"sphinx-multiversion",
"timeout-decorator",
"torch>=1.10,!=1.12.0",
"transformers==4.35.2",
"transformers~=4.35.2",
"beautifulsoup4",
]

Expand Down Expand Up @@ -146,7 +146,7 @@ def deps_list(*pkgs):

setup(
name="adapters",
version="0.1.0",
version="0.1.1",
author="The AdapterHub team and community contributors",
author_email="[email protected]",
description="A Unified Library for Parameter-Efficient and Modular Transfer Learning",
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.0"
__version__ = "0.1.1"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit 5c5f10c

Please sign in to comment.