Skip to content

Commit a7ac1c8

Browse files
committed
bump version to v1.9.4
1 parent a580551 commit a7ac1c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
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.9.3
10-
date-released: 2024-03-08
9+
version: 1.9.4
10+
date-released: 2024-07-17
1111
keywords:
1212
- bioinformatics
1313
- "genome-annotation"

bakta.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ hints:
2222
SoftwareRequirement:
2323
packages:
2424
bakta:
25-
version: [ "1.9.3" ]
25+
version: [ "1.9.4" ]
2626
specs: ["https://github.com/oschwengers/bakta"]
2727
DockerRequirement:
28-
dockerPull: oschwengers/bakta:v1.9.3
28+
dockerPull: oschwengers/bakta:v1.9.4
2929

3030
#baseCommand: []
3131

bakta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.9.3'
1+
__version__ = '1.9.4'
22
__db_schema_version__ = 5

0 commit comments

Comments
 (0)