Skip to content

Commit bfa4ccf

Browse files
committed
Release: v4.1.1
1 parent e0790cc commit bfa4ccf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'4.1.0'
29+
release = u'4.1.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def run(self):
244244

245245
setup(
246246
name="transformers",
247-
version="4.1.0",
247+
version="4.1.1",
248248
author="Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Sam Shleifer, Patrick von Platen, Sylvain Gugger, Google AI Language Team Authors, Open AI team Authors, Facebook AI Authors, Carnegie Mellon University Authors",
249249
author_email="[email protected]",
250250
description="State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch",

src/transformers/__init__.py

+1-1
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__ = "4.1.0"
19+
__version__ = "4.1.1"
2020

2121
# Work around to update TensorFlow's absl.logging threshold which alters the
2222
# default Python logging output behavior when present.

0 commit comments

Comments
 (0)