We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da87b68 commit 0a6b2eeCopy full SHA for 0a6b2ee
CITATION.cff
@@ -6,7 +6,7 @@ authors:
6
given-names: Oliver
7
orcid: https://orcid.org/0000-0003-4216-2721
8
title: "Bakta: rapid & standardized annotation of bacterial genomes, MAGs & plasmids"
9
-version: 1.4.1
+version: 1.5.0
10
date-released: 2022-05-17
11
keywords:
12
- bioinformatics
bakta.cwl
@@ -17,7 +17,7 @@ hints:
17
SoftwareRequirement:
18
packages:
19
bakta:
20
- version: [ "1.4.1" ]
+ version: [ "1.5.0" ]
21
22
requirements:
23
ResourceRequirement:
bakta/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.5.0-rc1'
+__version__ = '1.5.0'
2
__db_schema_version__ = 4
0 commit comments