Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Jan 9, 2024
1 parent f9f2c56 commit 0514ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["async", "nvidia", "cuda", "gpu", "tensorrt"]
readme = "README.md"
categories = ["asynchronous"]
edition = "2021"
version = "0.6.0"
version = "0.7.0"
authors = ["Oddity.ai Developers <hello@oddity.ai>"]
repository = "https://github.com/oddity-ai/async-tensorrt"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Make sure you have the necessary dependencies installed:
Then, add the following to your dependencies in `Cargo.toml`:

```toml
async-tensorrt = "0.5"
async-tensorrt = "0.7"
```

## ⚠️ Safety warning
Expand Down Expand Up @@ -64,4 +64,4 @@ at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
dual licensed as above, without any additional terms or conditions.

0 comments on commit 0514ed6

Please sign in to comment.