We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d092879 commit 0a333afCopy full SHA for 0a333af
CITATION.cff
@@ -6,8 +6,8 @@ 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.8.0
10
-date-released: 2023-05-30
+version: 1.8.1
+date-released: 2023-06-01
11
keywords:
12
- bioinformatics
13
- "genome-annotation"
bakta.cwl
@@ -17,7 +17,7 @@ hints:
17
SoftwareRequirement:
18
packages:
19
bakta:
20
- version: [ "1.8.0" ]
+ version: [ "1.8.1" ]
21
22
requirements:
23
ResourceRequirement:
bakta/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.8.0'
+__version__ = '1.8.1'
2
__db_schema_version__ = 5
0 commit comments