Python - Update CHANGELOG and bump to 0.9.3 for release

This commit is contained in:
Anthony MOI
2020-10-26 16:40:24 -04:00
parent 466f5303eb
commit 2364d376f7
5 changed files with 22 additions and 6 deletions

View File

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