We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d719342 commit 52600f1Copy full SHA for 52600f1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dfdx"
3
-version = "0.8.0"
+version = "0.9.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
README.md
@@ -15,7 +15,7 @@ Ergonomics & safety focused deep learning in Rust. Main features include:
15
`dfdx` is on [crates.io](https://crates.io/crates/dfdx)! Use by adding this to your `Cargo.toml`:
16
17
```toml
18
-dfdx = "0.8.0"
+dfdx = "0.9.0"
19
```
20
21
See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).
0 commit comments