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"