Skip to content

Commit

Permalink
bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Jan 16, 2024
1 parent 8ac211e commit c285df5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

1.6.1 (2024-01-17)
------------------

* Fixes a bug that was removing tRNAs from the `.tbl` output format #323.

1.6.0 (2024-01-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion bin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def package_files(directory):

setup(
name="Pharokka",
version="1.6.0",
version="1.6.1",
author="George Bouras",
author_email="george.bouras@adelaide.edu.au",
description="Fast phage annotation tool",
Expand Down

0 comments on commit c285df5

Please sign in to comment.