diff --git a/Cargo.toml b/Cargo.toml index 2f89ee3..58e654e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] repository = "https://github.com/oddity-ai/async-tensorrt" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index af05650..742fced 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +dual licensed as above, without any additional terms or conditions.