From 32fc18df9bca178edf9c28a15998218be97234ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Indig?= Date: Thu, 19 Dec 2024 01:32:46 +0100 Subject: [PATCH] Release 1.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec5e72d..3817166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webarticlecurator" -version = "1.12.0" +version = "1.13.0" description = "A crawler program to download content from portals (news, forums, blogs) and convert it to the desired output format according to the configuration." readme = "README.md" repository = "https://github.com/ELTE-DH/WebArticleCurator"