We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9405f commit fe8e74dCopy full SHA for fe8e74d
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.5.1-dirty"
+#define SLOW5_LIB_VERSION "0.6.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
@@ -89,7 +89,7 @@ def readme():
89
90
setup(
91
name = 'pyslow5',
92
- version='0.5.1-dirty',
+ version='0.6.0',
93
url = 'https://github.com/hasindu2008/slow5lib',
94
description='slow5lib python bindings',
95
long_description=readme(),
0 commit comments