We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef292f7 commit d7fa066Copy full SHA for d7fa066
2 files changed
agentsniff/cli.py
@@ -45,7 +45,7 @@ class Colors:
45
/ ___ / /_/ / __/ / / / /_ ___/ / / / / / __/ __/
46
/_/ |_\\__, /\\___/_/ /_/\\__//____/_/ /_/_/_/ /_/
47
/____/
48
-{Colors.RESET}{Colors.DIM} AI Agent Network Scanner v1.1.1
+{Colors.RESET}{Colors.DIM} AI Agent Network Scanner v1.2.0
49
Detect AI agents on your network{Colors.RESET}
50
"""
51
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "agentsniff"
7
-version = "1.1.1"
+version = "1.2.0"
8
description = "AI Agent Network Scanner - Detect AI agents on your network"
9
readme = "README.md"
10
license = {text = "Apache-2.0"}
0 commit comments