Python - Prepare for release 0.10.0

This commit is contained in:
Anthony MOI
2021-01-12 16:18:53 -05:00
committed by Anthony MOI
parent b9c6bea75e
commit 719bea76b9
5 changed files with 9 additions and 5 deletions

View File

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