New version. (#1082)

* New version.

The actual release will happen *before* PyO3 0.17.2 because
the tests were ran before than.

* Manylinux2014 necessary now with Rust 1.64.
This commit is contained in:
Nicolas Patry
2022-10-06 15:45:56 +02:00
committed by GitHub
parent 4ef0afbeb6
commit 96a9e5715c
9 changed files with 22 additions and 7 deletions

View File

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