From fa551cc41c86ad2642370ef40c64021103ccb7f8 Mon Sep 17 00:00:00 2001 From: Danila Paddubny Date: Wed, 23 Oct 2024 17:52:39 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbc02ea..e79aa8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "parsera" -version = "0.1.10" +version = "0.1.11" description = "Lightweight library for scraping web-sites with LLMs" -authors = ["Mikhail Zanka "] +authors = ["Mikhail Zanka ", "Danila Paddubny "] license = "GPL-2.0-or-later" readme = "README.md"