Skip to content

Commit 050c098

Browse files
committed
version 1.3.1
1 parent c2dbf1b commit 050c098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/slow5/slow5_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The API documentation is available at https://hasindu2008.github.io/slow5tools/
4444
*/
4545

4646
// library version
47-
#define SLOW5_LIB_VERSION "1.3.0-dirty"
47+
#define SLOW5_LIB_VERSION "1.3.1"
4848

4949
// maximum file version supported by this library - independent of slow5 library version above
5050
// if updating change all 4 below

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def readme():
8989

9090
setup(
9191
name = 'pyslow5',
92-
version='1.3.0-dev',
92+
version='1.3.1',
9393
url = 'https://github.com/hasindu2008/slow5lib',
9494
description='slow5lib python bindings',
9595
long_description=readme(),

0 commit comments

Comments
 (0)