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