Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Dec 14, 2019
1 parent aa71913 commit 3b1b8fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coverm"
version = "0.3.1"
version = "0.3.2"
authors = ["Ben Woodcroft <benjwoodcroft@gmail.com>"]
license = "GPL-3.0"
description = "Read coverage calculator for metagenomics"
Expand Down
5 changes: 4 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export LIBCLANG_PATH=~/.guix-profile/lib

export VERSION=`cargo run -- --version |awk '{print $2}'`

# For minimap header fix binary
export PATH=target/debug:$PATH

echo "Found version $VERSION .."

echo "Building normally .."
Expand All @@ -24,4 +27,4 @@ cd dist
tar czf coverm-x86_64-unknown-linux-musl-$VERSION.tar.gz coverm-x86_64-unknown-linux-musl-$VERSION
cd ..

echo "Now make sure git is up to date, and run LIBCLANG_PATH=~/.guix-profile/lib cargo publish"
echo "Now make sure git is up to date, and run LIBCLANG_PATH=~/.guix-profile/lib cargo publish"

0 comments on commit 3b1b8fc

Please sign in to comment.