Python - bump to 0.7.0 for final release

This commit is contained in:
Anthony MOI
2020-04-17 12:48:10 -04:00
parent 5be775df0e
commit 670f619ab5
5 changed files with 5 additions and 5 deletions

View File

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