Skip to content

Commit 1b3af40

Browse files
committed
Bump to version 0.3.0
1 parent 7f1ee07 commit 1b3af40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.0"
3+
version = "0.3.0"
44
authors = ["Adam Crume <acrume@google.com>"]
55
description = "Rust language bindings for TensorFlow."
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ documentation = "https://tensorflow.github.io/rust/tensorflow"
1212
[dependencies]
1313
libc = "0.2"
1414
num-complex = { version = "0.1.35", default-features = false }
15-
tensorflow-sys = { version = "0.6.0", path = "tensorflow-sys" }
15+
tensorflow-sys = { version = "0.7.0", path = "tensorflow-sys" }
1616

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

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.6.0"
3+
version = "0.7.0"
44
license = "Apache-2.0"
55
authors = [
66
"Adam Crume <acrume@google.com>",

0 commit comments

Comments
 (0)