Skip to content

Commit

Permalink
Version bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Apr 4, 2018
1 parent 4f095b2 commit 25c72cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialisation
AC_INIT([fastspar], [0.0.4], [[email protected]])
AC_INIT([fastspar], [0.0.5], [[email protected]])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])


Expand Down
4 changes: 2 additions & 2 deletions scripts/fastspar.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fastspar < Formula
desc " Rapid and scalable correlation estimation for compositional data"
homepage "https://github.com/scwatts/fastspar"
url "https://github.com/scwatts/fastspar/archive/v0.0.4.tar.gz"
sha256 "64db95f37251031cfb757590477dc4d7545fa213ee08f0dc9560e72490cfb5f0"
url "https://github.com/scwatts/fastspar/archive/v0.0.5.tar.gz"
sha256 "c6fafdff151fa3dcf430fb4c593d392ac27f721807ac4f49d3412c96d25a8389"
head "https://github.com/scwatts/fastspar.git"

depends_on "armadillo" => :run
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const std::string VERSION ("0.0.4");
const std::string VERSION ("0.0.5");

0 comments on commit 25c72cf

Please sign in to comment.