diff --git a/Cargo.toml b/Cargo.toml index 7b2e0efca..85537b45b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfdx" -version = "0.11.0" +version = "0.11.1" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 95a1be225..2c8ab623a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Features at a glance: `dfdx` is on [crates.io](https://crates.io/crates/dfdx)! Use by adding this to your `Cargo.toml`: ```toml -dfdx = "0.11.0" +dfdx = "0.11.1" ``` See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).