Skip to content

Commit 0a6b2ee

Browse files
committed
bump version to v1.5.0
1 parent da87b68 commit 0a6b2ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.4.1
9+
version: 1.5.0
1010
date-released: 2022-05-17
1111
keywords:
1212
- bioinformatics

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.4.1" ]
20+
version: [ "1.5.0" ]
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.5.0-rc1'
1+
__version__ = '1.5.0'
22
__db_schema_version__ = 4

0 commit comments

Comments
 (0)