From 19e7c5d671b1c3690c1a00b88d57fc57a4248896 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 8 Oct 2024 09:18:58 -0700 Subject: [PATCH] Bump version 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86c2f6b..9e8c049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "krippendorff" -version = "0.7.1-dev" +version = "0.8.0" description = "Fast computation of the Krippendorff's alpha measure." authors = ["Santiago Castro "] license = "GPL-3.0-or-later"