Skip to content

Commit

Permalink
Release version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Dec 20, 2024
1 parent f2e7d32 commit e47fe20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "kitoken"
description = "Fast and versatile tokenizer for language models, supporting BPE, Unigram and WordPiece tokenization"
version = "0.10.0"
version = "0.10.1"
authors = ["Christian Sdunek <[email protected]>"]
keywords = ["tokenizer", "nlp", "bpe", "unigram", "wordpiece"]
categories = ["text-processing", "algorithms", "wasm", "no-std", "parser-implementations"]
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "kitoken-javascript"
description = "JavaScript bindings for Kitoken"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
resolver = "2"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kitoken",
"displayName": "Kitoken",
"description": "Fast and versatile tokenizer for language models, supporting BPE, Unigram and WordPiece tokenization",
"version": "0.10.0",
"version": "0.10.1",
"author": {
"name": "Christian Sdunek",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "kitoken-python"
description = "Python bindings for Kitoken"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
resolver = "2"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "kitoken"
description = "Fast and versatile tokenizer for language models, supporting BPE, Unigram and WordPiece tokenization"
requires-python = ">=3.10"
license = { text = "BSD-2-Clause" }
version = "0.10.0"
version = "0.10.1"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit e47fe20

Please sign in to comment.