Skip to content

Commit 9f43a42

Browse files
committed
Release: v4.4.2
1 parent 45dae78 commit 9f43a42

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'4.4.1'
29+
release = u'4.4.2'
30+
3031

3132

3233
# Prefix link to point to master, comment this during version release and uncomment below line

setup.py

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

279279
setup(
280280
name="transformers",
281-
version="4.4.1", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
281+
version="4.4.2", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
282282
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",
283283
author_email="[email protected]",
284284
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
@@ -22,7 +22,7 @@
2222
# to defer the actual importing for when the objects are requested. This way `import transformers` provides the names
2323
# in the namespace without actually importing anything (and especially none of the backends).
2424

25-
__version__ = "4.4.1"
25+
__version__ = "4.4.2"
2626

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

0 commit comments

Comments
 (0)