Skip to content

Commit 3cc1d29

Browse files
committed
version bump
1 parent dd4dd3c commit 3cc1d29

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are a Linux user on x86_64 architecture and want to quickly try slow5curl
3535

3636
```sh
3737
sudo apt-get install curl # curl runtime library on Ubuntu (CentOS have this by default)
38-
VERSION=v0.2.1
38+
VERSION=v0.3.0
3939
wget "https://github.com/BonsonW/slow5curl/releases/download/$VERSION/slow5curl-$VERSION-x86_64-linux-binaries.tar.gz" && tar xvf slow5curl-$VERSION-x86_64-linux-binaries.tar.gz && cd slow5curl-$VERSION/
4040

4141
# list commands and options
@@ -60,7 +60,7 @@ Quick example for Ubuntu:
6060

6161
```sh
6262
sudo apt-get install zlib1g-dev libcurl4-openssl-dev # install zlib and libcurl development libraries
63-
VERSION=v0.2.1
63+
VERSION=v0.3.0
6464
wget "https://github.com/BonsonW/slow5curl/releases/download/$VERSION/slow5curl-$VERSION-release.tar.gz" && tar xvf slow5curl-$VERSION-release.tar.gz && cd slow5curl-$VERSION/
6565
make
6666
```
@@ -190,6 +190,7 @@ If you need any help with using the library please open an [Issue](https://githu
190190

191191
slow5curl version | slow5lib version
192192
--- | ---
193+
0.3.0 | 1.4.0-beta
193194
0.2.1 | 1.2.0-beta
194195
0.2.0 | 1.2.0-beta
195196

include/slow5curl/s5curl_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SOFTWARE.
3232
extern "C" {
3333
#endif
3434

35-
#define SLOW5CURL_VERSION "0.2.1-dev"
35+
#define SLOW5CURL_VERSION "0.3.0"
3636

3737
// s5curl errno
3838
int *s5curl_errno_location(void);

0 commit comments

Comments
 (0)