From 531f23b4d092cf8df26cae963687dc8904307ae4 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Tue, 15 Aug 2023 10:48:57 +0100 Subject: Rename vec-dot to vec-ops. (#449) * Rename vec-dot to vec-ops. * Also bump the crate version. * Add a currently empty readme. --- candle-pyo3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'candle-pyo3') diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml index 89263fe0..83e1e2ba 100644 --- a/candle-pyo3/Cargo.toml +++ b/candle-pyo3/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib"] doc = false [dependencies] -candle = { path = "../candle-core", version = "0.1.0", package = "candle-core" } +candle = { path = "../candle-core", version = "0.1.1", package = "candle-core" } half = { workspace = true } pyo3 = { version = "0.19.0", features = ["extension-module"] } -- cgit v1.2.3