Skip to content

Commit 52600f1

Browse files
committed
v0.9.0
1 parent d719342 commit 52600f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfdx"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ergonomics & safety focused deep learning in Rust. Main features include:
1515
`dfdx` is on [crates.io](https://crates.io/crates/dfdx)! Use by adding this to your `Cargo.toml`:
1616

1717
```toml
18-
dfdx = "0.8.0"
18+
dfdx = "0.9.0"
1919
```
2020

2121
See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).

0 commit comments

Comments
 (0)