From 0514ed6588a188b2eb658d1c2eae4269ae185a90 Mon Sep 17 00:00:00 2001 From: Gerwin van der Lugt Date: Tue, 9 Jan 2024 15:06:18 +0100 Subject: [PATCH] bump version to 0.7.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.