Python - Update CHANGELOG and bump to 0.9.2 for release

This commit is contained in:
Anthony MOI
2020-10-15 10:14:58 -04:00
parent 2ccd16bf5c
commit 91f602f744
5 changed files with 10 additions and 4 deletions

View File

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