Skip to content

Commit

Permalink
bump version to v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Mar 8, 2024
1 parent ab01b6a commit d644363
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
date-released: 2024-01-23
version: 1.9.3
date-released: 2024-03-08
keywords:
- bioinformatics
- "genome-annotation"
Expand Down
4 changes: 2 additions & 2 deletions bakta.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ hints:
SoftwareRequirement:
packages:
bakta:
version: [ "1.9.2" ]
version: [ "1.9.3" ]
specs: ["https://github.com/oschwengers/bakta"]
DockerRequirement:
dockerPull: oschwengers/bakta:v1.9.1
dockerPull: oschwengers/bakta:v1.9.3

#baseCommand: []

Expand Down
2 changes: 1 addition & 1 deletion bakta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.9.2'
__version__ = '1.9.3'
__db_schema_version__ = 5

0 comments on commit d644363

Please sign in to comment.