Skip to content

Commit

Permalink
release linalg/0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed May 10, 2019
1 parent b2787d8 commit 69dc9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linalg/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tract-linalg"
version = "0.3.1-pre"
version = "0.3.1"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -27,7 +27,7 @@ set_version() {
FILE=$1
VERSION=$2
sed -i.back "s/^version *= *\".*\"/version = \"$2\"/" $FILE
for dep in `grep "^tract-" $FILE | cut -d " " -f 1
for dep in `grep "^tract-" $FILE | cut -d " " -f 1`
do
cargo add --manifest-path $FILE $dep@$VERSION
done
Expand Down

0 comments on commit 69dc9b2

Please sign in to comment.