Skip to content

Commit dcb08b9

Browse files
committed
Release v4.19.4
1 parent e3711e2 commit dcb08b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

394394
setup(
395395
name="transformers",
396-
version="4.19.3", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
396+
version="4.19.4", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
397397
author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)",
398398
author_email="transformers@huggingface.co",
399399
description="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow",

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.19.3"
25+
__version__ = "4.19.4"
2626

2727
from typing import TYPE_CHECKING
2828

0 commit comments

Comments
 (0)