Skip to content

Commit

Permalink
Bump version: 0.8.4 → 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jun 10, 2024
1 parent 0b4e2ad commit c608961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.4
current_version = 0.8.5
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ct2rs"
version = "0.8.4"
version = "0.8.5"
authors = ["Junpei Kawamoto <[email protected]>"]
categories = ["api-bindings"]
documentation = "https://docs.rs/ct2rs"
Expand Down Expand Up @@ -37,7 +37,7 @@ sentencepiece = "0.11.2"
tokenizers = "0.19.1"

[dev-dependencies]
clap = { version = "4.5.6", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
rand = "0.8.5"

[build-dependencies]
Expand Down

0 comments on commit c608961

Please sign in to comment.