From 3b276d90ca6d9f1655d325289f4e9f1dad5f766a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Sun, 13 Oct 2024 23:43:09 +0200 Subject: [PATCH] Bump version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94c05e7..890d5f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "conllu" -version = "5.0.2" +version = "6.0.0" description = "CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary" readme = "README.md" requires-python = ">=3.8"