We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372bfea commit c0903dfCopy full SHA for c0903df
2 files changed
include/slow5/slow5_defs.h
@@ -44,7 +44,7 @@ The API documentation is available at https://hasindu2008.github.io/slow5tools/
44
*/
45
46
// library version
47
-#define SLOW5_LIB_VERSION "0.8.0-dirty"
+#define SLOW5_LIB_VERSION "0.9.0"
48
49
// maximum file version supported by this library - independent of slow5 library version above
50
// if updating change all 4 below
setup.py
@@ -88,7 +88,7 @@ def readme():
88
89
setup(
90
name = 'pyslow5',
91
- version='0.8.0-dirty',
+ version='0.9.0',
92
url = 'https://github.com/hasindu2008/slow5lib',
93
description='slow5lib python bindings',
94
long_description=readme(),
0 commit comments