Bump version

This commit is contained in:
Anthony MOI
2019-12-10 18:01:07 -05:00
parent b4b31d73cd
commit 7cb2fe2ea0
5 changed files with 7 additions and 7 deletions

View File

@ -448,15 +448,15 @@ dependencies = [
[[package]]
name = "tokenizers"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"pyo3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokenizers-lib 0.0.3",
"tokenizers-lib 0.0.4",
]
[[package]]
name = "tokenizers-lib"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"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)",

View File

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

View File

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

2
tokenizers/Cargo.lock generated
View File

@ -265,7 +265,7 @@ dependencies = [
[[package]]
name = "tokenizers-lib"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"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)",

View File

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