From 13b82a6ea1a8ac474380d38925cbd1ecec1c7259 Mon Sep 17 00:00:00 2001 From: gregdenay Date: Fri, 14 Jun 2024 19:19:21 +0200 Subject: [PATCH] release 3 --- HISTORY.md | 4 ++-- taxidTools/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 86a579a..66055b8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Release History -## dev +## 3.0.0 **Deprecation** @@ -8,7 +8,7 @@ **New features** -* It is now possible to create Newick tree with `Taxonomy.toNewick` +* It is now possible to create Newick tree with `Taxonomy.toNewick` (Experimental) ## 2.5.2 diff --git a/taxidTools/__version__.py b/taxidTools/__version__.py index ce88d35..419169f 100644 --- a/taxidTools/__version__.py +++ b/taxidTools/__version__.py @@ -1,4 +1,4 @@ -__version__ = "2.5.2" +__version__ = "3.0.0" __title__ = "taxidTools" __description__ = "A Python Toolkit for Taxonomy" __author__ = "Gregoire Denay"