Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt committed Mar 23, 2022
1 parent d8bcf37 commit 2834411
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions adapter_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
docs_versions = [
"adapters1.1.1",
"adapters2.3.0",
"adapters3.0.0",
]


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def run(self):

setup(
name="adapter-transformers",
version="3.0.0a0",
version="3.0.0",
author="Jonas Pfeiffer, Andreas Rücklé, Clifton Poth, Hannah Sterz, based on work by Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Sam Shleifer, Patrick von Platen, Sylvain Gugger, Suraj Patil, Stas Bekman, Google AI Language Team Authors, Open AI team Authors, Facebook AI Authors, Carnegie Mellon University Authors",
author_email="[email protected]",
description="A friendly fork of Huggingface's Transformers, adding Adapters to PyTorch language models",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.0.0a0"
__version__ = "3.0.0"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit 2834411

Please sign in to comment.