From 6c849d130de5950567bd97930a65d04f9decfdb4 Mon Sep 17 00:00:00 2001 From: Mikhail Zanka Date: Tue, 22 Oct 2024 12:25:22 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a36578a..297e5b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsera" -version = "0.1.8" +version = "0.1.9" description = "Lightweight library for scraping web-sites with LLMs" authors = ["Mikhail Zanka "] license = "GPL-2.0-or-later"