Skip to content

Commit 1ba08dc

Browse files
committed
Release: v3.3.1
1 parent 8546dc5 commit 1ba08dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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'3.3.0'
29+
release = u'3.3.1'
3030

3131

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
1. Change the version in __init__.py, setup.py as well as docs/source/conf.py.
77
8-
2. Unpin specific versions from setup.py (like isort).
8+
2. Unpin specific versions from setup.py that use a git install.
99
1010
2. Commit these changes with the message: "Release: VERSION"
1111
@@ -98,7 +98,7 @@
9898

9999
setup(
100100
name="transformers",
101-
version="3.3.0",
101+
version="3.3.1",
102102
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",
103103
author_email="[email protected]",
104104
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
@@ -2,7 +2,7 @@
22
# There's no way to ignore "F401 '...' imported but unused" warnings in this
33
# module, but to preserve other warnings. So, don't check this module at all.
44

5-
__version__ = "3.3.0"
5+
__version__ = "3.3.1"
66

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

0 commit comments

Comments
 (0)