Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hSterz committed Nov 22, 2023
1 parent 33a47b8 commit c521436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def deps_list(*pkgs):

setup(
name="adapters",
version="0.0.0.dev20230825",
version="0.1.0",
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.0.0"
__version__ = "0.1.0"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit c521436

Please sign in to comment.