Skip to content

Commit

Permalink
Add command to get version and fixed off-by-1 error in number of iter…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
P-ict0 committed Jun 23, 2024
1 parent 39db1e1 commit 6cceacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6cceacf

Please sign in to comment.