We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36440ef commit c292d34Copy full SHA for c292d34
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "web2api"
7
-version = "0.1.0"
+version = "0.2.0"
8
description = "Turn websites into REST APIs via live Playwright scraping."
9
requires-python = ">=3.12"
10
dependencies = [
web2api/__init__.py
@@ -7,4 +7,4 @@
try:
__version__ = version("web2api")
except PackageNotFoundError:
- __version__ = "0.1.0"
+ __version__ = "0.2.0"
0 commit comments