Skip to content

Commit

Permalink
release core/0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed May 10, 2019
1 parent 69dc9b2 commit 62f8144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tract-core"
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 Expand Up @@ -37,7 +37,7 @@ openblas-src = { version = "0.6", optional = true, default-features=false, featu
serde = { "version" = "1.0", optional = true }
serde_derive = { "version" = "1.0", optional = true }
smallvec = "0.6"
tract-linalg = { path = "../linalg" }
tract-linalg = "0.3.1"
unsafe_unwrap = "0.1.0"
env_logger = "0.6"

Expand Down
3 changes: 3 additions & 0 deletions release.sh
Expand Up @@ -33,6 +33,8 @@ set_version() {
done
}

cargo update

set_version $CRATE/Cargo.toml $VERSION
(cd $CRATE ; cargo publish --dry-run --allow-dirty)

Expand All @@ -42,3 +44,4 @@ git push -f --tags

(cd $CRATE ; cargo publish --allow-dirty)
cargo update
sleep 5

0 comments on commit 62f8144

Please sign in to comment.