Python - Prepare for release 0.11.0 (#799)

This commit is contained in:
Anthony MOI
2021-09-08 09:15:47 +02:00
committed by GitHub
parent 0a37bd8d55
commit b0ee27847f
5 changed files with 101 additions and 93 deletions

View File

@ -7,7 +7,7 @@ extras["docs"] = ["sphinx", "sphinx_rtd_theme", "setuptools_rust"]
setup(
name="tokenizers",
version="0.10.3",
version="0.11.0",
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",