Release: 4.10.1
Some checks failed
Release - Conda / build_and_package (push) Has been cancelled

This commit is contained in:
patrickvonplaten
2021-09-10 16:12:44 +02:00
parent e5e0452c29
commit 28e278728d
4 changed files with 9 additions and 9 deletions

View File

@@ -342,7 +342,7 @@ install_requires = [
setup(
name="transformers",
version="4.10.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)
version="4.10.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)
author="Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Sam Shleifer, Patrick von Platen, Sylvain Gugger, Suraj Patil, Stas Bekman, Google AI Language Team Authors, Open AI team Authors, Facebook AI Authors, Carnegie Mellon University Authors",
author_email="thomas@huggingface.co",
description="State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch",