diff --git a/Cargo.toml b/Cargo.toml index 34ef56d9c..b96c4231a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfdx" -version = "0.9.0" +version = "0.10.0" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 2db7a5c00..a83003e17 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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.9.0" +dfdx = "0.10.0" ``` See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).