Python - Bump version for 0.8.0 release

This commit is contained in:
Anthony MOI
2020-06-26 16:12:26 -04:00
parent 8ae1982149
commit 6349ca51b3
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.rc4",
version="0.8.0",
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",