From 8f9e23d0020065dd5fd2079f1dd97ced309017c6 Mon Sep 17 00:00:00 2001 From: jonas-fuchs Date: Tue, 12 Nov 2024 17:57:55 +0100 Subject: [PATCH] updated version --- virheat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virheat/__init__.py b/virheat/__init__.py index 02e2c78..249c695 100644 --- a/virheat/__init__.py +++ b/virheat/__init__.py @@ -1,3 +1,3 @@ """plot vcf data as a heatmap mapped to a virus genome""" _program = "virheat" -__version__ = "0.7.1" +__version__ = "0.7.2"