Skip to content

Commit dac5eae

Browse files
committed
Bump version to 0.3.2 across pyproject, __init__, and package.json
1 parent cf8a21d commit dac5eae

3 files changed

Lines changed: 3 additions & 3 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 = "webqa-agent"
7-
version = "0.3.0.1"
7+
version = "0.3.2"
88
description = "WebQA Agent is an autonomous web browser agent that audits performance, functionality & UX for engineers and vibe-coding creators."
99
readme = "README.md"
1010
requires-python = ">=3.11"

webqa_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__all__ = [
22
]
33

4-
__version__ = '0.3.0.1'
4+
__version__ = '0.3.2'

webqa_agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webqa-agent",
3-
"version": "0.3.0.1",
3+
"version": "0.3.2",
44
"description": "WebQA Agent is an autonomous web browser agent that audits performance, functionality & UX for engineers and vibe-coding creators.",
55
"dependencies": {
66
"chrome-launcher": "^1.2.0",

0 commit comments

Comments
 (0)