Skip to content

Commit 0e18a53

Browse files
committed
Release v1.0.1
1 parent 3a6cec3 commit 0e18a53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def deps_list(*pkgs):
138138

139139
setup(
140140
name="adapters",
141-
version="1.0.0",
141+
version="1.0.1",
142142
author="The AdapterHub team and community contributors",
143143
author_email="[email protected]",
144144
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",

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__ = "1.0.0"
19+
__version__ = "1.0.1"
2020

2121
from typing import TYPE_CHECKING
2222

0 commit comments

Comments
 (0)