Skip to content

Commit c0903df

Browse files
committed
bump version to 0.9.0
1 parent 372bfea commit c0903df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8.0-dirty"
47+
#define SLOW5_LIB_VERSION "0.9.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
@@ -88,7 +88,7 @@ def readme():
8888

8989
setup(
9090
name = 'pyslow5',
91-
version='0.8.0-dirty',
91+
version='0.9.0',
9292
url = 'https://github.com/hasindu2008/slow5lib',
9393
description='slow5lib python bindings',
9494
long_description=readme(),

0 commit comments

Comments
 (0)