Skip to content

Commit

Permalink
fixed the rwkv-tokenizer version
Browse files Browse the repository at this point in the history
  • Loading branch information
cahya-wirawan committed Jun 17, 2024
1 parent de66a99 commit d6921e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyrwkv_tokenizer"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["Cahya Wirawan <cahya.wirawan@gmail.com>"]
description = "A fast RWKV Tokenizer"
Expand All @@ -22,4 +22,4 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.21.2"
rwkv-tokenizer = "0.5.8"
rwkv-tokenizer = "0.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "pyrwkv_tokenizer"
version = "0.7.0"
version = "0.7.1"
requires-python = ">=3.8"
description = "RWKV Tokenizer"
readme = "README.md"
Expand Down

0 comments on commit d6921e3

Please sign in to comment.