Python - Bump to 0.7.0-rc5 for release

This commit is contained in:
Anthony MOI
2020-04-09 11:41:10 -04:00
parent af66d6fc6f
commit 09104afd07
5 changed files with 7 additions and 7 deletions

View File

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