Skip to content

Commit c292d34

Browse files
committed
Bump version to 0.2.0
1 parent 36440ef commit c292d34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "web2api"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Turn websites into REST APIs via live Playwright scraping."
99
requires-python = ">=3.12"
1010
dependencies = [

web2api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
try:
88
__version__ = version("web2api")
99
except PackageNotFoundError:
10-
__version__ = "0.1.0"
10+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)