Skip to content

Commit 326d071

Browse files
committed
Release v1.1.0
1 parent ea2b639 commit 326d071

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def deps_list(*pkgs):
142142

143143
setup(
144144
name="adapters",
145-
version="1.1.0.dev0",
145+
version="1.1.0",
146146
author="The AdapterHub team and community contributors",
147147
author_email="calpt@mail.de",
148148
description="A Unified Library for Parameter-Efficient and Modular Transfer Learning",
@@ -165,9 +165,10 @@ def deps_list(*pkgs):
165165
"License :: OSI Approved :: Apache Software License",
166166
"Operating System :: OS Independent",
167167
"Programming Language :: Python :: 3",
168-
"Programming Language :: Python :: 3.8",
169168
"Programming Language :: Python :: 3.9",
170169
"Programming Language :: Python :: 3.10",
170+
"Programming Language :: Python :: 3.11",
171+
"Programming Language :: Python :: 3.12",
171172
"Topic :: Scientific/Engineering :: Artificial Intelligence",
172173
],
173174
)

src/adapters/__init__.py

+1-1
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__ = "1.1.0.dev0"
19+
__version__ = "1.1.0"
2020

2121
from typing import TYPE_CHECKING
2222

0 commit comments

Comments
 (0)