From d7e8d1ef765d0b526637517f507504be5fd24284 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Fri, 5 Apr 2024 09:49:50 +0200 Subject: [PATCH] increment AGAT to 1.4 --- lib/AGAT/AGAT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AGAT/AGAT.pm b/lib/AGAT/AGAT.pm index 7a48d14c..9c2bdb34 100644 --- a/lib/AGAT/AGAT.pm +++ b/lib/AGAT/AGAT.pm @@ -16,7 +16,7 @@ use AGAT::Utilities; use AGAT::PlotR; use Bio::Tools::GFF; -our $VERSION = "v1.3.3"; +our $VERSION = "v1.4"; our @ISA = qw(Exporter); our @EXPORT = qw(get_agat_header print_agat_version get_agat_config handle_levels); sub import {