Skip to content

Commit 7920a95

Browse files
committed
Bump version to v2.4.0 and add/fix some poe tasks
1 parent a34e5c4 commit 7920a95

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "metrics-as-scores"
3-
version = "2.3.3"
3+
version = "2.4.0"
44
description = "Interactive web application, tool- and analysis suite for approximating, exploring, understanding, and sampling from conditional distributions."
55
authors = ["Sebastian Hönel <development@hoenel.net>"]
66
license = "Dual-licensed under GNU General Public License v3 (GPLv3) and closed-source"
@@ -81,6 +81,7 @@ docs_clean_win = "docs\\make clean html"
8181
docs_apidoc_win = "sphinx-apidoc -o docs src\\metrics_as_scores --force"
8282
docs_make_win = "docs\\make html"
8383
docs = ["docs_clean_win", "docs_apidoc_win", "docs_make_win"]
84+
readme = "quarto render README.qmd --to gfm"
8485
poetry_build = "poetry build"
85-
peotry_install = "poetry install"
86-
prepare = ["peotry_install", "poetry_build", "peotry_install"]
86+
poetry_install = "poetry install"
87+
prepare = ["readme", "poetry_install", "poetry_build", "poetry_install"]

0 commit comments

Comments
 (0)