Skip to content

Commit eadffa2

Browse files
committed
bump version to 0.9.0
1 parent 7ccdd10 commit eadffa2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SLOW5 specification: https://hasindu2008.github.io/slow5specs<br/>
1818

1919
If you are a Linux user on x86_64 architecture and want to quickly try slow5tools out, download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
2020
```sh
21-
VERSION=v0.8.0
21+
VERSION=v0.9.0
2222
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-x86_64-linux-binaries.tar.gz" && tar xvf slow5tools-$VERSION-x86_64-linux-binaries.tar.gz && cd slow5tools-$VERSION/
2323
./slow5tools
2424
```
@@ -36,7 +36,7 @@ Quick example for Ubuntu :
3636

3737
```sh
3838
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
39-
VERSION=v0.8.0
39+
VERSION=v0.9.0
4040
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
4141
./configure
4242
make

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SLOW5 specification: https://hasindu2008.github.io/slow5specs<br/>
1313

1414
If you are a Linux user on x86_64 architecture and want to quickly try slow5tools out, download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
1515
```sh
16-
VERSION=v0.8.0
16+
VERSION=v0.9.0
1717
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-x86_64-linux-binaries.tar.gz" && tar xvf slow5tools-$VERSION-x86_64-linux-binaries.tar.gz && cd slow5tools-$VERSION/
1818
./slow5tools
1919
```
@@ -32,7 +32,7 @@ Quick example for Ubuntu:
3232

3333
```sh
3434
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
35-
VERSION=v0.8.0
35+
VERSION=v0.9.0
3636
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
3737
./configure
3838
make

src/cmd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef CMD_H
22
#define CMD_H
33

4-
#define SLOW5TOOLS_VERSION "0.8.0-dirty"
4+
#define SLOW5TOOLS_VERSION "0.9.0"
55

66
#define DEFAULT_NUM_THREADS 8
77
#define DEFAULT_NUM_PROCESSES 8

0 commit comments

Comments
 (0)