Skip to content

Commit 8429f54

Browse files
committed
bump version to 1.11.0
1 parent 4d65fbb commit 8429f54

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
given-names: Oliver
77
orcid: https://orcid.org/0000-0003-4216-2721
88
title: "Bakta: rapid & standardized annotation of bacterial genomes, MAGs & plasmids"
9-
version: 1.10.4
10-
date-released: 2025-01-24
9+
version: 1.11.0
10+
date-released: 2025-02-26
1111
keywords:
1212
- bioinformatics
1313
- "genome-annotation"

bakta.cwl

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ hints:
2222
SoftwareRequirement:
2323
packages:
2424
bakta:
25-
version: [ "1.10.4" ]
25+
version: [ "1.11.0" ]
2626
specs: ["https://github.com/oschwengers/bakta"]
2727
DockerRequirement:
28-
dockerPull: oschwengers/bakta:v1.10.4
28+
dockerPull: oschwengers/bakta:v1.11.0
2929

3030
#baseCommand: []
3131

bakta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.10.4'
1+
__version__ = '1.11.0'
22
__db_schema_version__ = 6

0 commit comments

Comments
 (0)