From 2f1aafe19ea5ea097ee9bdfc7c03de3762937629 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Tue, 23 Jan 2024 15:28:05 +0100 Subject: [PATCH] bump version to v1.9.2 --- CITATION.cff | 4 ++-- bakta.cwl | 2 +- bakta/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 31c5b407..343c7fb3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,8 +6,8 @@ authors: given-names: Oliver orcid: https://orcid.org/0000-0003-4216-2721 title: "Bakta: rapid & standardized annotation of bacterial genomes, MAGs & plasmids" -version: 1.9.1 -date-released: 2023-11-29 +version: 1.9.2 +date-released: 2024-01-23 keywords: - bioinformatics - "genome-annotation" diff --git a/bakta.cwl b/bakta.cwl index 166c4e2b..225af161 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -22,7 +22,7 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.9.1" ] + version: [ "1.9.2" ] specs: ["https://github.com/oschwengers/bakta"] DockerRequirement: dockerPull: oschwengers/bakta:v1.9.1 diff --git a/bakta/__init__.py b/bakta/__init__.py index 501cb1aa..2fd3404d 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.9.1' +__version__ = '1.9.2' __db_schema_version__ = 5