diff --git a/README.md b/README.md index f0969e1..12dac3f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ between versions [**`v1.0.8`**](https://github.com/MrShoenel/metrics-as-scores/tree/v1.0.8) and **`v2.x.x`**. -The current version is `v2.4.2`. +The current version is `v2.5.0`. From version **`v2.x.x`** it has the following new features: diff --git a/pyproject.toml b/pyproject.toml index 6d98292..27690d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metrics-as-scores" -version = "2.4.2" +version = "2.5.0" description = "Interactive web application, tool- and analysis suite for approximating, exploring, understanding, and sampling from conditional distributions." authors = ["Sebastian Hönel "] license = "Dual-licensed under GNU General Public License v3 (GPLv3) and closed-source"