Skip to content

Commit f73fc6b

Browse files
committed
bump version to 1.4.0
1 parent d51153c commit f73fc6b

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
@@ -22,7 +22,7 @@ To convert to and from ONT's new POD5 format, you use [blue_crab](https://github
2222

2323
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:
2424
```sh
25-
VERSION=v1.3.0
25+
VERSION=v1.4.0
2626
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/
2727
./slow5tools
2828
```
@@ -55,7 +55,7 @@ Quick example for Ubuntu :
5555

5656
```sh
5757
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
58-
VERSION=v1.3.0
58+
VERSION=v1.4.0
5959
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
6060
./configure
6161
make

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To convert to and from ONT's new POD5 format, you use [blue_crab](https://github
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=v1.3.0
21+
VERSION=v1.4.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
```
@@ -51,7 +51,7 @@ Quick example for Ubuntu:
5151

5252
```sh
5353
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
54-
VERSION=v1.3.0
54+
VERSION=v1.4.0
5555
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
5656
./configure
5757
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 "1.3.0-dirty"
4+
#define SLOW5TOOLS_VERSION "1.4.0"
55

66
#define DEFAULT_NUM_THREADS 8
77
#define DEFAULT_NUM_PROCESSES 8

0 commit comments

Comments
 (0)