From 6cceacff380d6834f0296cc283a281431c38cac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Mart=C3=ADn=20N=C3=BA=C3=B1ez?= <83213317+P-ict0@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:20:15 +0200 Subject: [PATCH] Add command to get version and fixed off-by-1 error in number of iterations --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c57ba8..243f39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dynamic-scraper" -version = "1.0.5" +version = "1.0.6" description = "Dynamic web scraper specifically designed for websites that dynamically load elements (such as AngularJS). It runs at specified time intervals and notifies you about specific updates on the site." readme = "README.md" requires-python = ">=3.10"