Skip to content

Commit cb05dcc

Browse files
LeoLeungLeoLiang000
authored andcommitted
update version id
1 parent 56fc544 commit cb05dcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2.3",
3+
"version": "0.2.3.1",
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",

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.2.3"
7+
version = "0.2.3.1"
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.2.3'
4+
__version__ = '0.2.3.1'

0 commit comments

Comments
 (0)