diff --git a/CITATION.cff b/CITATION.cff index 4c0b141b..fef667ac 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.0 -date-released: 2024-11-14 +version: 1.10.1 +date-released: 2024-11-15 keywords: - bioinformatics - "genome-annotation" diff --git a/bakta.cwl b/bakta.cwl index 2009ebcc..0e0bab96 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -22,10 +22,10 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.10.0" ] + version: [ "1.10.1" ] specs: ["https://github.com/oschwengers/bakta"] DockerRequirement: - dockerPull: oschwengers/bakta:v1.10.0 + dockerPull: oschwengers/bakta:v1.10.1 #baseCommand: [] diff --git a/bakta/__init__.py b/bakta/__init__.py index 9f8fd3be..eb82d909 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.10.0' +__version__ = '1.10.1' __db_schema_version__ = 5