From 7f3e54e5246fdc257acfd2f31206be6c22eb55e6 Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Tue, 27 Feb 2024 19:14:37 -0800 Subject: [PATCH] bump version --- demuxalot/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demuxalot/__init__.py b/demuxalot/__init__.py index c71ac2d..6ecce16 100644 --- a/demuxalot/__init__.py +++ b/demuxalot/__init__.py @@ -1,5 +1,4 @@ -__version__ = '0.4.0' -__author__ = 'Alex Rogozhnikov' +__version__ = '0.4.1' from .utils import BarcodeHandler from .snp_counter import count_snps