Skip to content

Commit ff9c142

Browse files
committed
release 0.21.14
1 parent 9837321 commit ff9c142

File tree

24 files changed

+26
-25
lines changed

24 files changed

+26
-25
lines changed

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-api"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-ffi"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, neural network inference"

api/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-proxy"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/proxy/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 = "tract-proxy-sys"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-rs"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
authors = [ "Romain Liautaud <romain.liautaud@snips.ai>", "Mathieu Poumeyrol <kali@zoy.org>"]
55
license = "MIT OR Apache-2.0"
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-core"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-data"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-extra"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

gpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-gpu"
3-
version = "0.21.14-pre"
3+
version = "0.21.14"
44
license = "MIT OR Apache-2.0"
55
authors = [
66
"Hubert de La Jonquiere <hubert.delajonquiere@sonos.com>",

0 commit comments

Comments
 (0)