Skip to content

Commit e43de06

Browse files
committed
Bump version to 0.8.0
1 parent 7181a47 commit e43de06

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.7.0"
3+
version = "0.8.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.10.0", path = "tensorflow-sys" }
16+
tensorflow-sys = { version = "0.11.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
@@ -36,7 +36,7 @@ Add this to your `Cargo.toml`:
3636

3737
```toml
3838
[dependencies]
39-
tensorflow = "0.7.0"
39+
tensorflow = "0.8.0"
4040
```
4141

4242
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.10.0"
3+
version = "0.11.0"
44
license = "Apache-2.0"
55
authors = [
66
"Adam Crume <[email protected]>",

0 commit comments

Comments
 (0)