diff --git a/Cargo.toml b/Cargo.toml index f3c37e6..4c61947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ort" description = "A Rust wrapper for ONNX Runtime 1.13 - Optimize and Accelerate Machine Learning Inferencing" -version = "1.13.3" +version = "1.14.0-alpha.0" edition = "2021" license = "MIT/Apache-2.0" repository = "https://github.com/pykeio/ort"