diff --git a/CITATION.cff b/CITATION.cff index f873a257..1b86f7ad 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.3.0 -date-released: 2022-01-24 +version: 1.3.1 +date-released: 2022-01-31 keywords: - bioinformatics - "genome-annotation" diff --git a/bakta.cwl b/bakta.cwl index 167c565e..4b4d3118 100644 --- a/bakta.cwl +++ b/bakta.cwl @@ -17,7 +17,7 @@ hints: SoftwareRequirement: packages: bakta: - version: [ "1.3.0" ] + version: [ "1.3.1" ] requirements: ResourceRequirement: diff --git a/bakta/__init__.py b/bakta/__init__.py index 5ae09319..b372f8e6 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.3.0' +__version__ = '1.3.1' __db_schema_version__ = 3