Finally it will be rc4 for transformers

This commit is contained in:
Anthony MOI
2020-06-26 15:36:08 -04:00
parent 5a653869af
commit 8ae1982149
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ extras["testing"] = ["pytest"]
setup(
name="tokenizers",
version="0.8.0.rc10+transformers",
version="0.8.0.rc4",
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",

View File

@ -1,4 +1,4 @@
__version__ = "0.8.0"
__version__ = "0.8.0.rc4"
from typing import Tuple, Union, Tuple, List