Skip to content

Commit 2334b9d

Browse files
committed
bump version to 1.0.0
1 parent 3f97c27 commit 2334b9d

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.9.0
21+
VERSION=v1.0.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.9.0
39+
VERSION=v1.0.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.9.0
16+
VERSION=v1.0.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
```
@@ -31,7 +31,7 @@ Quick example for Ubuntu:
3131

3232
```sh
3333
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
34-
VERSION=v0.9.0
34+
VERSION=v1.0.0
3535
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
3636
./configure
3737
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.9.0-dirty"
4+
#define SLOW5TOOLS_VERSION "1.0.0"
55

66
#define DEFAULT_NUM_THREADS 8
77
#define DEFAULT_NUM_PROCESSES 8

0 commit comments

Comments
 (0)