Python - Update CHANGELOG and bump version for release

This commit is contained in:
Anthony MOI
2020-10-13 14:44:33 -04:00
parent 9e6a992310
commit f94a274702
5 changed files with 10 additions and 4 deletions

View File

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