Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed May 16, 2024
1 parent 4170cc6 commit edad43a
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.6.0"
version = "0.7.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 = { version = "0.9.0" }
rten-imageproc = { version = "0.9.0" }
rten-tensor = { version = "0.9.0" }
ocrs = { path = "../ocrs", version = "0.6.0" }
ocrs = { path = "../ocrs", version = "0.7.0" }
lexopt = "0.3.0"
ureq = "2.9.7"
url = "2.4.0"
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.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Robert Knight"]
description = "OCR engine"
Expand Down

0 comments on commit edad43a

Please sign in to comment.