File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def deps_list(*pkgs):
138138
139139setup (
140140 name = "adapters" ,
141- version = "1.0.0 " ,
141+ version = "1.0.1 " ,
142142 author = "The AdapterHub team and community contributors" ,
143143144144 description = "A Unified Library for Parameter-Efficient and Modular Transfer Learning" ,
@@ -154,7 +154,7 @@ def deps_list(*pkgs):
154154 python_requires = ">=3.8.0" ,
155155 install_requires = install_requires ,
156156 classifiers = [
157- "Development Status :: 4 - Beta " ,
157+ "Development Status :: 5 - Production/Stable " ,
158158 "Intended Audience :: Developers" ,
159159 "Intended Audience :: Education" ,
160160 "Intended Audience :: Science/Research" ,
Original file line number Diff line number Diff line change 1616# See the License for the specific language governing permissions and
1717# limitations under the License.
1818
19- __version__ = "1.0.0 "
19+ __version__ = "1.0.1 "
2020
2121from typing import TYPE_CHECKING
2222
You can’t perform that action at this time.
0 commit comments