Skip to content

Commit ffd28ba

Browse files
committed
Bump for release
1 parent 74cc6f6 commit ffd28ba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.9"
3+
version = "0.0.10"
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.9",
6+
version="0.0.10",
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.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.9"
5+
version = "0.0.10"
66

77
[lib]
88
name = "tokenizers"

0 commit comments

Comments
 (0)