Skip to content

Commit cbe58b4

Browse files
committed
Release: v4.39.1
1 parent 056df1d commit cbe58b4

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
@@ -428,7 +428,7 @@ def run(self):
428428

429429
setup(
430430
name="transformers",
431-
version="4.39.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
431+
version="4.39.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)
432432
author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)",
433433
author_email="transformers@huggingface.co",
434434
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
@@ -18,7 +18,7 @@
1818
# to defer the actual importing for when the objects are requested. This way `import transformers` provides the names
1919
# in the namespace without actually importing anything (and especially none of the backends).
2020

21-
__version__ = "4.39.0"
21+
__version__ = "4.39.1"
2222

2323
from typing import TYPE_CHECKING
2424

0 commit comments

Comments
 (0)