From 53561c426a09666c43b6758aa43dc26ce83bcdd8 Mon Sep 17 00:00:00 2001 From: Corey Lowman Date: Thu, 27 Apr 2023 08:40:27 -0400 Subject: [PATCH] v0.11.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65cbaffa8..9c161cfe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfdx" -version = "0.11.1" +version = "0.11.2" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.65" diff --git a/README.md b/README.md index 2c8ab623a..277ae0fe5 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.1" +dfdx = "0.11.2" ``` See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).