Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cahya-wirawan committed Jun 19, 2024
1 parent be35c9f commit 42518f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1"
version = "0.8.2"
edition = "2021"
authors = ["Cahya Wirawan <cahya.wirawan@gmail.com>"]
description = "A fast RWKV Tokenizer"
Expand Down
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.1"
version = "0.8.2"
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.1"
__version__ = "0.8.2"


class RWKVTokenizer:
Expand Down

0 comments on commit 42518f6

Please sign in to comment.