From 7035d1b88c2decf76223f87d19de7549439abf04 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Mon, 9 Dec 2024 14:07:28 +0100 Subject: [PATCH] bump version to v1.10.2 --- 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 fef667a..e7ba7c4 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.1 -date-released: 2024-11-15 +version: 1.10.2 +date-released: 2024-12-09 keywords: - bioinformatics - "genome-annotation" diff --git a/bakta.cwl b/bakta.cwl index 0e0bab9..1274751 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -22,10 +22,10 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.10.1" ] + version: [ "1.10.2" ] specs: ["https://github.com/oschwengers/bakta"] DockerRequirement: - dockerPull: oschwengers/bakta:v1.10.1 + dockerPull: oschwengers/bakta:v1.10.2 #baseCommand: [] diff --git a/bakta/__init__.py b/bakta/__init__.py index eb82d90..0f18b43 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.10.1' +__version__ = '1.10.2' __db_schema_version__ = 5