From 6bd1d132c3fa1e067db73602323a5865859b33cd Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 6 Dec 2021 13:50:27 -0500 Subject: [PATCH] Bump version 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 749b1bb..1a4b1d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "krippendorff" -version = "0.5.1-dev" +version = "0.5.1" description = "Fast computation of the Krippendorff's alpha measure." authors = ["Santiago Castro "] license = "GPL-3.0-or-later"