Update changelogs and bump version for python release

This commit is contained in:
Anthony MOI
2020-06-03 18:27:29 -04:00
parent 950b23c89b
commit d00ac60162
6 changed files with 17 additions and 8 deletions

View File

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