Bump version for Python release

This commit is contained in:
Anthony MOI
2020-03-31 14:25:47 -04:00
parent afe9cfe96e
commit 93a83127ae
5 changed files with 5 additions and 5 deletions

View File

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