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