From 1257f10106ab3e8084db4b87c5db55b1bf399497 Mon Sep 17 00:00:00 2001 From: calpt <36051308+calpt@users.noreply.github.com> Date: Tue, 12 Jan 2021 18:00:24 +0100 Subject: [PATCH] Release: Adapters v1.1.1 --- setup.py | 2 +- src/transformers/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 145e3b21d8..1f3417a629 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ setup( name="adapter-transformers", - version="1.1.0", + version="1.1.1", author="Jonas Pfeiffer, Andreas Rücklé, Clifton Poth, based on work by Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Sam Shleifer, Patrick von Platen, Google AI Language Team Authors, Open AI team Authors, Facebook AI Authors, Carnegie Mellon University Authors", author_email="pfeiffer@ukp.tu-darmstadt.de", description="A friendly fork of Huggingface's Transformers, adding Adapters to PyTorch language models", diff --git a/src/transformers/__init__.py b/src/transformers/__init__.py index 4f01196ea0..aa7e5e8e3e 100755 --- a/src/transformers/__init__.py +++ b/src/transformers/__init__.py @@ -2,7 +2,7 @@ # There's no way to ignore "F401 '...' imported but unused" warnings in this # module, but to preserve other warnings. So, don't check this module at all. -__version__ = "1.1.0" +__version__ = "1.1.1" # Work around to update TensorFlow's absl.logging threshold which alters the # default Python logging output behavior when present.