Skip to content

Commit 0a333af

Browse files
committed
bump version to v1.8.1
1 parent d092879 commit 0a333af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8.0
10-
date-released: 2023-05-30
9+
version: 1.8.1
10+
date-released: 2023-06-01
1111
keywords:
1212
- bioinformatics
1313
- "genome-annotation"

bakta.cwl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hints:
1717
SoftwareRequirement:
1818
packages:
1919
bakta:
20-
version: [ "1.8.0" ]
20+
version: [ "1.8.1" ]
2121

2222
requirements:
2323
ResourceRequirement:

bakta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.8.0'
1+
__version__ = '1.8.1'
22
__db_schema_version__ = 5

0 commit comments

Comments
 (0)