Python - Update CHANGELOG and bump version for 0.9.4

This commit is contained in:
Anthony MOI
2020-11-09 16:13:21 -05:00
committed by Anthony MOI
parent d3d9f2c76b
commit 75b41dab0f
5 changed files with 19 additions and 4 deletions

View File

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