File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def deps_list(*pkgs):
142
142
143
143
setup (
144
144
name = "adapters" ,
145
- version = "1.1.0.dev0 " ,
145
+ version = "1.1.0" ,
146
146
author = "The AdapterHub team and community contributors" ,
147
147
author_email = "calpt@mail.de" ,
148
148
description = "A Unified Library for Parameter-Efficient and Modular Transfer Learning" ,
@@ -165,9 +165,10 @@ def deps_list(*pkgs):
165
165
"License :: OSI Approved :: Apache Software License" ,
166
166
"Operating System :: OS Independent" ,
167
167
"Programming Language :: Python :: 3" ,
168
- "Programming Language :: Python :: 3.8" ,
169
168
"Programming Language :: Python :: 3.9" ,
170
169
"Programming Language :: Python :: 3.10" ,
170
+ "Programming Language :: Python :: 3.11" ,
171
+ "Programming Language :: Python :: 3.12" ,
171
172
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
172
173
],
173
174
)
Original file line number Diff line number Diff line change 16
16
# See the License for the specific language governing permissions and
17
17
# limitations under the License.
18
18
19
- __version__ = "1.1.0.dev0 "
19
+ __version__ = "1.1.0"
20
20
21
21
from typing import TYPE_CHECKING
22
22
You can’t perform that action at this time.
0 commit comments