Skip to content

Commit fe8e74d

Browse files
committed
bump version to 0.6.0
1 parent 0e9405f commit fe8e74d

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 "0.5.1-dirty"
47+
#define SLOW5_LIB_VERSION "0.6.0"
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='0.5.1-dirty',
92+
version='0.6.0',
9393
url = 'https://github.com/hasindu2008/slow5lib',
9494
description='slow5lib python bindings',
9595
long_description=readme(),

0 commit comments

Comments
 (0)