Skip to content

Commit

Permalink
set version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cahya-wirawan committed Jun 19, 2024
1 parent e4a5fe3 commit 7162caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.6"
version = "0.8.0"
edition = "2021"
authors = ["Cahya Wirawan <[email protected]>"]
description = "A fast RWKV Tokenizer"
Expand Down
2 changes: 1 addition & 1 deletion rwkv-tokenizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A fast RWKV Tokenizer written in Rust that supports the World Tokenizer used by
## Installation
Install the rwkv-tokenizer python module:
```
$ cargo add rwkv-tokenizer@=0.7.6
$ cargo add rwkv-tokenizer@=0.8.0
```
## Usage
```
Expand Down

0 comments on commit 7162caa

Please sign in to comment.