From 1bcbc89da5aeb7c3b42af4edb7123065f2a321f2 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 17 Sep 2023 12:35:43 +0200 Subject: [PATCH] Release 0.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ec747d..ce8f021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scraperoog" -version = "0.0.3" +version = "0.0.5" dependencies = [ "tqdm", "bs4",