From 1bd643d3200b2cf21bc3793b019f0b8b35f6c7a3 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Mon, 7 Feb 2022 12:06:18 +0100 Subject: [PATCH] bump version to v1.3.3 --- CITATION.cff | 2 +- bakta.cwl | 2 +- bakta/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d0ba8438..3e06e937 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ authors: given-names: Oliver orcid: https://orcid.org/0000-0003-4216-2721 title: "Bakta: rapid & standardized annotation of bacterial genomes, MAGs & plasmids" -version: 1.3.2 +version: 1.3.3 date-released: 2022-02-07 keywords: - bioinformatics diff --git a/bakta.cwl b/bakta.cwl index 30a5365b..77dad289 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -17,7 +17,7 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.3.2" ] + version: [ "1.3.3" ] requirements: ResourceRequirement: diff --git a/bakta/__init__.py b/bakta/__init__.py index 7d762380..fe9bc443 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.3.2' +__version__ = '1.3.3' __db_schema_version__ = 3