Skip to content

Commit

Permalink
Bump pre-release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Feb 3, 2025
1 parent 6a5b80c commit 0b8b5ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions devtools/install-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ elif test -x /sbin/apk; then
apk add zlib-dev bzip2-dev xz-dev curl-dev openssl-dev

elif test -x ${HOMEBREW_PREFIX-/usr/local}/bin/brew; then
echo Prior to installation
brew list
echo Installing prerequisites via brew...
HOMEBREW_NO_AUTO_UPDATE=1 brew install -q samtools bcftools
brew unlink xz || true
echo After installation
brew list

else
echo No package manager detected
Expand Down
2 changes: 1 addition & 1 deletion pysam/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pysam versioning information
__version__ = "0.22.1"
__version__ = "0.22.93"

__samtools_version__ = "1.21"
__bcftools_version__ = "1.21"
Expand Down

0 comments on commit 0b8b5ae

Please sign in to comment.