Skip to content

Commit

Permalink
Update version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hSterz committed Mar 3, 2023
1 parent 954d782 commit 0d95a52
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.1.0",
"adapters3.2.0",
]


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

setup(
name="adapter-transformers",
version="3.2.0a0",
version="3.2.0",
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.0a0"
__version__ = "3.2.0"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit 0d95a52

Please sign in to comment.