From 28996eb0c2d3946c644938479e06e861bfac7f9c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Wed, 4 Oct 2023 11:16:14 -0400 Subject: [PATCH] Bump version 0.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afe9dfb..2c54105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "krippendorff" -version = "0.6.1-dev" +version = "0.6.1" description = "Fast computation of the Krippendorff's alpha measure." authors = ["Santiago Castro "] license = "GPL-3.0-or-later"