Bump version for release

This commit is contained in:
Anthony MOI
2019-12-13 18:18:07 -05:00
parent ed7e3999d2
commit ee883c3fc7
5 changed files with 7 additions and 7 deletions

View File

@ -448,15 +448,15 @@ dependencies = [
[[package]] [[package]]
name = "tokenizers" name = "tokenizers"
version = "0.0.4" version = "0.0.5"
dependencies = [ dependencies = [
"pyo3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "pyo3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokenizers-lib 0.0.4", "tokenizers-lib 0.0.5",
] ]
[[package]] [[package]]
name = "tokenizers-lib" name = "tokenizers-lib"
version = "0.0.4" version = "0.0.5"
dependencies = [ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tokenizers" name = "tokenizers"
version = "0.0.4" version = "0.0.5"
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"] authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
edition = "2018" edition = "2018"

View File

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

2
tokenizers/Cargo.lock generated
View File

@ -265,7 +265,7 @@ dependencies = [
[[package]] [[package]]
name = "tokenizers-lib" name = "tokenizers-lib"
version = "0.0.4" version = "0.0.5"
dependencies = [ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -2,7 +2,7 @@
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"] authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
edition = "2018" edition = "2018"
name = "tokenizers-lib" name = "tokenizers-lib"
version = "0.0.4" version = "0.0.5"
[[bin]] [[bin]]
name = "cli" name = "cli"
path = "src/cli.rs" path = "src/cli.rs"