diff --git a/CHANGELOG.md b/CHANGELOG.md index a451b6c..447a556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.36.0 (2022-10-25) +### Feature +* Add MAP version of dashboard as well ([`849c13e`](https://github.com/metaDMG-dev/metaDMG-core/commit/849c13e21629c16efe38eadc127a46c5f55957c9)) +* Update variable names ([`a87e712`](https://github.com/metaDMG-dev/metaDMG-core/commit/a87e7126f9560a3fca36e022b9efb8f25a533a50)) + ## v0.35.7 (2022-10-17) ### Fix * Stop immediately after keyboard interruption ([`157e9f0`](https://github.com/metaDMG-dev/metaDMG-core/commit/157e9f0f382baaf048aaebb2b0560e2865054337)) diff --git a/pyproject.toml b/pyproject.toml index 2f86f25..1d8d575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaDMG" -version = "0.35.7" +version = "0.36.0" description = "metaDMG: Estimating ancient damage in (meta)genomic DNA rapidly" authors = ["Christian Michelsen "] license = "MIT"