Python - Update CHANGELOG and bump for release

This commit is contained in:
Anthony MOI
2020-12-04 12:30:53 -05:00
committed by Anthony MOI
parent a3a9561f9f
commit 0c6cc39eee
5 changed files with 7 additions and 5 deletions

View File

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