From 30ae655eaad11266bcc22ccd09fc6fc7c07a101e Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Mon, 12 Sep 2022 16:31:24 +0100 Subject: [PATCH] v0.6.1 --- bonito/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonito/__init__.py b/bonito/__init__.py index 32513344..62b3695e 100644 --- a/bonito/__init__.py +++ b/bonito/__init__.py @@ -5,7 +5,7 @@ 'basecaller', 'train', 'evaluate', 'view', 'convert', 'download', 'export' ] -__version__ = '0.6.0' +__version__ = '0.6.1' def main():