From a268d0408a29c4b9841a00ef5d01ebf67fbd1c12 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Fri, 12 Aug 2022 02:06:21 +0200 Subject: [PATCH] Release v3.3.0 --- CHANGELOG.md | 2 +- btyper3/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8113d7..601f027 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to BTyper3 will be documented in this file. -## [Unreleased] +## [3.3.0] - 2022-08-11 ### Added - Added "*Bacillus arachidis*" (NCBI RefSeq Assembly Accession GCF_017498775.1) to the `--ani_typestrains` database - Added *Bacillus rhizoplanae* (NCBI RefSeq Assembly Accession GCF_917563915.1) to the `--ani_typestrains` and `--ani_species` databases diff --git a/btyper3/__init__.py b/btyper3/__init__.py index 58a1a71..6c109b9 100755 --- a/btyper3/__init__.py +++ b/btyper3/__init__.py @@ -20,7 +20,7 @@ from .print_final_results import FinalResults __author__ = "Laura M. Carroll " -__version__ = "3.2.0" +__version__ = "3.3.0" def run_pipeline(args):