Skip to content

Commit e34b671

Browse files
committed
Bump to version 0.9.0
1 parent 9b5010a commit e34b671

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tensorflow"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Adam Crume <[email protected]>"]
55
description = "Rust language bindings for TensorFlow."
66
license = "Apache-2.0"
@@ -13,7 +13,7 @@ documentation = "https://tensorflow.github.io/rust/tensorflow"
1313
libc = "0.2"
1414
aligned_alloc = "0.1"
1515
num-complex = { version = "0.1.40", default-features = false }
16-
tensorflow-sys = { version = "0.11.0", path = "tensorflow-sys" }
16+
tensorflow-sys = { version = "0.12.0", path = "tensorflow-sys" }
1717

1818
[dev-dependencies]
1919
random = "0.12"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add this to your `Cargo.toml`:
4444

4545
```toml
4646
[dependencies]
47-
tensorflow = "0.8.0"
47+
tensorflow = "0.9.0"
4848
```
4949

5050
and this to your crate root:

tensorflow-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tensorflow-sys"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
license = "Apache-2.0"
55
authors = [
66
"Adam Crume <[email protected]>",

0 commit comments

Comments
 (0)