Skip to content

Commit ed5cd63

Browse files
committed
Release v0.1.2
1 parent 69ea0b4 commit ed5cd63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def deps_list(*pkgs):
142142

143143
setup(
144144
name="adapters",
145-
version="0.1.1",
145+
version="0.1.2",
146146
author="The AdapterHub team and community contributors",
147147
author_email="[email protected]",
148148
description="A Unified Library for Parameter-Efficient and Modular Transfer Learning",

src/adapters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
__version__ = "0.1.1"
19+
__version__ = "0.1.2"
2020

2121
from typing import TYPE_CHECKING
2222

0 commit comments

Comments
 (0)