Skip to content

Commit 23d4d5c

Browse files
Panniantongclaude
andcommitted
chore: bump version to 1.4.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 75bc98a commit 23d4d5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

agent_reach/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""Agent Reach — Give your AI Agent eyes to see the entire internet."""
33

4-
__version__ = "1.3.0"
4+
__version__ = "1.4.0"
55
__author__ = "Neo Reid"
66

77
from agent_reach.core import AgentReach

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-reach"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Give your AI Agent eyes to see the entire internet. Search + Read 10+ platforms."
55
readme = "README.md"
66
license = {text = "MIT"}

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def json(self):
8989

9090
sequence = [
9191
R(429, headers={"Retry-After": "3"}),
92-
R(200, payload={"tag_name": "v1.3.0"}),
92+
R(200, payload={"tag_name": "v1.4.0"}),
9393
]
9494

9595
with patch("requests.get", side_effect=sequence):

0 commit comments

Comments
 (0)