Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed May 25, 2024
1 parent a2e7a47 commit fe6de19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 ocrs-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocrs-cli"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Robert Knight"]
description = "OCR CLI tool for extracting text from images"
Expand All @@ -15,7 +15,7 @@ serde_json = "1.0.116"
rten = { workspace = true }
rten-imageproc = { workspace = true }
rten-tensor = { workspace = true }
ocrs = { path = "../ocrs", version = "0.7.0" }
ocrs = { path = "../ocrs", version = "0.8.0" }
lexopt = "0.3.0"
url = "2.4.0"
anyhow = "1.0.79"
Expand Down
2 changes: 1 addition & 1 deletion ocrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocrs"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Robert Knight"]
description = "OCR engine"
Expand Down

0 comments on commit fe6de19

Please sign in to comment.