From fe8e74d59a5f4fa9c61fe32191cb5080f1ded02c Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Tue, 9 Aug 2022 15:36:02 +1000 Subject: [PATCH] bump version to 0.6.0 --- include/slow5/slow5_defs.h | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/slow5/slow5_defs.h b/include/slow5/slow5_defs.h index 6f53ea2..15eb977 100644 --- a/include/slow5/slow5_defs.h +++ b/include/slow5/slow5_defs.h @@ -44,7 +44,7 @@ The API documentation is available at https://hasindu2008.github.io/slow5tools/ */ // library version -#define SLOW5_LIB_VERSION "0.5.1-dirty" +#define SLOW5_LIB_VERSION "0.6.0" // maximum file version supported by this library - independent of slow5 library version above // if updating change all 4 below diff --git a/setup.py b/setup.py index f67af69..f42227c 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def readme(): setup( name = 'pyslow5', - version='0.5.1-dirty', + version='0.6.0', url = 'https://github.com/hasindu2008/slow5lib', description='slow5lib python bindings', long_description=readme(),