File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""AgentSniff — AI Agent Network Scanner."""
22
3- __version__ = "1.0.0 "
3+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Colors:
4444 / ___ / /_/ / __/ / / / /_ ___/ / / / / / __/ __/
4545/_/ |_\\ __, /\\ ___/_/ /_/\\ __//____/_/ /_/_/_/ /_/
4646 /____/
47- { Colors .RESET } { Colors .DIM } AI Agent Network Scanner v1.0.0
47+ { Colors .RESET } { Colors .DIM } AI Agent Network Scanner v1.0.1
4848 Detect AI agents on your network{ Colors .RESET }
4949"""
5050
Original file line number Diff line number Diff line change 3232app = FastAPI (
3333 title = "AgentSniff API" ,
3434 description = "AI Agent Network Scanner - REST API" ,
35- version = "1.0.0 " ,
35+ version = "1.0.1 " ,
3636)
3737
3838app .add_middleware (
@@ -67,7 +67,7 @@ async def health():
6767 return {
6868 "status" : "ok" ,
6969 "service" : "agentsniff" ,
70- "version" : "1.0.0 " ,
70+ "version" : "1.0.1 " ,
7171 "timestamp" : datetime .now (timezone .utc ).isoformat (),
7272 }
7373
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " agentsniff"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " AI Agent Network Scanner - Detect AI agents on your network"
99readme = " README.md"
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments