From 49e30bb0c9132661e01a9b0111860eb1a6da5e21 Mon Sep 17 00:00:00 2001 From: Rutger Vos Date: Mon, 30 Oct 2017 20:35:30 +0100 Subject: [PATCH] incrementing version number --- lib/Bio/Phylo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Bio/Phylo.pm b/lib/Bio/Phylo.pm index 2a2d37e..4f3bbc1 100644 --- a/lib/Bio/Phylo.pm +++ b/lib/Bio/Phylo.pm @@ -14,7 +14,7 @@ use Bio::Phylo::Util::MOP; # for traversing inheritance trees use Bio::Phylo::Identifiable; # for storing unique IDs inside an instance our ( $logger, $COMPAT ) = Bio::Phylo::Util::Logger->new; -use version 0.77; our $VERSION = qv("v2.0.0"); +use version 0.77; our $VERSION = qv("v2.0.1"); # mediates one-to-many relationships between taxon and nodes, # taxon and sequences, taxa and forests, taxa and matrices.