We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ea0b4 commit ed5cd63Copy full SHA for ed5cd63
setup.py
@@ -142,7 +142,7 @@ def deps_list(*pkgs):
142
143
setup(
144
name="adapters",
145
- version="0.1.1",
+ version="0.1.2",
146
author="The AdapterHub team and community contributors",
147
author_email="[email protected]",
148
description="A Unified Library for Parameter-Efficient and Modular Transfer Learning",
src/adapters/__init__.py
@@ -16,7 +16,7 @@
16
# See the License for the specific language governing permissions and
17
# limitations under the License.
18
19
-__version__ = "0.1.1"
+__version__ = "0.1.2"
20
21
from typing import TYPE_CHECKING
22
0 commit comments