Preparing for 0.11.6 release.

This commit is contained in:
Nicolas Patry
2022-02-28 10:20:49 +01:00
parent 9e14648b7f
commit ffaee13994
6 changed files with 18 additions and 4 deletions

View File

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