From 5c80bdfd943f3135cc4479f799675556360e7e21 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Fri, 24 Jan 2025 14:27:33 +0100 Subject: [PATCH] bump version to v1.10.4 --- CITATION.cff | 4 ++-- bakta.cwl | 4 ++-- bakta/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5aa7128a..d68b3876 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.10.3 -date-released: 2024-12-18 +version: 1.10.4 +date-released: 2025-01-24 keywords: - bioinformatics - "genome-annotation" diff --git a/bakta.cwl b/bakta.cwl index 0ea737f7..1ec2a36d 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -22,10 +22,10 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.10.3" ] + version: [ "1.10.4" ] specs: ["https://github.com/oschwengers/bakta"] DockerRequirement: - dockerPull: oschwengers/bakta:v1.10.3 + dockerPull: oschwengers/bakta:v1.10.4 #baseCommand: [] diff --git a/bakta/__init__.py b/bakta/__init__.py index 7b3a4513..58a6f816 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.10.3' +__version__ = '1.10.4' __db_schema_version__ = 5