diff --git a/NEWS.txt b/NEWS.txt index d505120819e018326d211b6e301914300b7c4284..de95315dbe4edf4d7e7ab40357bd235d089580e3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,18 @@ VERSION ======= +Version 4.1.2 + +What's new in version 4.1.2? + +In this version we integrated a fix suggested by Wei Shen. +There was a regression in version 3.0 and upper: the rearranged phage sequence was no more trimmed. +This is now fixed thanks to Wei. + + +VERSION +======= + Version 4.1.1 What's new in version 4.1.1? diff --git a/README.md b/README.md index 967c9a88945ed779c69077006e9ee1d1fb08b423..b12ad299bf834678b7f4c1f455a22f34109d6574 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ PhageTerm.py - run as command line in a shell # VERSION # ======= -Version 4.1.1 +Version 4.1.2 Compatible with python 3.9 up to 3.13 diff --git a/pyproject.toml b/pyproject.toml index f9449697aa50ff3bb784da578f746546ac93ad56..ec1a5a5c24afb029285ba29636eba6fd8519027d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phagetermvirome" -version = "4.2b" +version = "4.1.2" description = "Using sequencing bias to identify phages terminii and phage genome packaging." authors = ["Marc Monot <marc.monot@pasteur.fr>", "Julian Garneau <julian.garneau@unil.ch>",