Bump version for Python release

This commit is contained in:
Anthony MOI
2020-03-26 17:26:14 -04:00
parent ab12a7fbac
commit b132be34af
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ from setuptools_rust import Binding, RustExtension
setup(
name="tokenizers",
version="0.6.0",
version="0.7.0-rc1",
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",