Skip to content

Commit ee883c3

Browse files
committed
Bump version for release
1 parent ed7e399 commit ee883c3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bindings/python/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenizers"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
55
edition = "2018"
66

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="tokenizers",
6-
version="0.0.4",
6+
version="0.0.5",
77
description="Fast and Customizable Tokenizers",
88
long_description=open("README.md", "r", encoding="utf-8").read(),
99
long_description_content_type="text/markdown",

tokenizers/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokenizers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
33
edition = "2018"
44
name = "tokenizers-lib"
5-
version = "0.0.4"
5+
version = "0.0.5"
66
[[bin]]
77
name = "cli"
88
path = "src/cli.rs"

0 commit comments

Comments
 (0)