From 6edd6bb6b5436daa83c3a2afbedde010c49ef429 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 14 Jun 2022 17:47:53 +0000 Subject: [PATCH] 0.24.9 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8481aae..bdd06f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.24.9 (2022-06-14) +### Fix +* Change "nreads" in non-LCA stats to N_alignments ([`85c033c`](https://github.com/metaDMG-dev/metaDMG-core/commit/85c033c9f0aeeb57c39f8a6297ffbca7570df73a)) + ## v0.24.8 (2022-06-13) ### Fix * Fix bug with mismatch-to-mapDamage when forward-only mode ([`89670fa`](https://github.com/metaDMG-dev/metaDMG-core/commit/89670fa84efedf5460804fc55abf1c10e17d619c)) diff --git a/pyproject.toml b/pyproject.toml index 688f618..8dbb406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaDMG" -version = "0.24.8" +version = "0.24.9" description = "metaDMG: Estimating ancient damage in (meta)genomic DNA rapidly" authors = ["Christian Michelsen "] license = "MIT"