Update CHANGELOGs and bump version for python release

This commit is contained in:
Anthony MOI
2020-07-06 15:21:47 -04:00
parent e874641cf9
commit 5be375eaea
6 changed files with 20 additions and 4 deletions

View File

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