File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
77from agent_reach .core import AgentReach
Original file line number Diff line number Diff line change 11[project ]
22name = " agent-reach"
3- version = " 1.3 .0"
3+ version = " 1.4 .0"
44description = " Give your AI Agent eyes to see the entire internet. Search + Read 10+ platforms."
55readme = " README.md"
66license = {text = " MIT" }
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments