From ae1428b673e3b86e4a50411191b6c0eb4067ce92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Indig?= Date: Fri, 28 Jan 2022 21:18:02 +0100 Subject: [PATCH] Release 1.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65578e6..92c5823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webarticlecurator" -version = "1.10.0" +version = "1.10.1" 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"