From 014c14e50bdd239847ce55061ab12b2b06f73336 Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Tue, 25 Oct 2022 21:28:10 +1100 Subject: [PATCH] bump version to 0.8.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 41faaa5..63319ef 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.7.0-dirty" +#define SLOW5_LIB_VERSION "0.8.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 5185aae..d30ce9c 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def readme(): setup( name = 'pyslow5', - version='0.7.0-dirty', + version='0.8.0', url = 'https://github.com/hasindu2008/slow5lib', description='slow5lib python bindings', long_description=readme(),