Skip to content

Commit

Permalink
Update version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hSterz committed Apr 6, 2023
1 parent f6a7aaf commit db09025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
docs_versions = [
"adapters1.1.1",
"adapters2.3.0",
"adapters3.2.0",
"adapters3.2.1",
]


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

setup(
name="adapter-transformers",
version="3.2.0",
version="3.2.1",
author="Jonas Pfeiffer, Andreas Rücklé, Clifton Poth, Hannah Sterz, Leon Engländer, based on work by the HuggingFace team and community",
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.2.0"
__version__ = "3.2.1"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit db09025

Please sign in to comment.