diff --git a/CITATION.cff b/CITATION.cff index bc158f59..31c5b407 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.0 -date-released: 2023-11-27 +version: 1.9.1 +date-released: 2023-11-29 keywords: - bioinformatics - "genome-annotation" diff --git a/bakta.cwl b/bakta.cwl index 656ec7a4..166c4e2b 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -22,10 +22,10 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.9.0" ] + version: [ "1.9.1" ] specs: ["https://github.com/oschwengers/bakta"] DockerRequirement: - dockerPull: oschwengers/bakta:v1.9.0 + dockerPull: oschwengers/bakta:v1.9.1 #baseCommand: [] diff --git a/bakta/__init__.py b/bakta/__init__.py index 2bc905de..501cb1aa 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.9.0' +__version__ = '1.9.1' __db_schema_version__ = 5