Merge pull request #30 from Panniantong/fix/sync-version-string

fix: sync __version__ with pyproject.toml (1.0.0 → 1.2.0)
This commit is contained in:
Pnant
2026-02-26 22:08:35 +08:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""Agent Reach — Give your AI Agent eyes to see the entire internet.""" """Agent Reach — Give your AI Agent eyes to see the entire internet."""
__version__ = "1.0.0" __version__ = "1.2.0"
__author__ = "Neo Reid" __author__ = "Neo Reid"
from agent_reach.core import AgentReach from agent_reach.core import AgentReach