Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cahya-wirawan committed Jun 19, 2024
1 parent 2049175 commit 0a05a10
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bindings/python/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 bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyrwkv_tokenizer"
version = "0.8.0"
version = "0.8.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.8.0"
rwkv-tokenizer = "0.8.1"
2 changes: 1 addition & 1 deletion bindings/python/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.8.0"
version = "0.8.1"
requires-python = ">=3.8"
description = "RWKV Tokenizer"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyrwkv_tokenizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .pyrwkv_tokenizer import __doc__ # noqa: F401

__all__ = __all__ + ["RWKVTokenizer"]
__version__ = "0.8.0"
__version__ = "0.8.1"


class RWKVTokenizer:
Expand Down
2 changes: 1 addition & 1 deletion rwkv-tokenizer/Cargo.lock

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

2 changes: 1 addition & 1 deletion rwkv-tokenizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rwkv-tokenizer"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = ["Cahya Wirawan <cahya.wirawan@gmail.com>"]
description = "A fast RWKV Tokenizer"
Expand Down

0 comments on commit 0a05a10

Please sign in to comment.