Commit 3bfeb35
committed
chore: fix __version__ runtime lie (2.0.0 -> 2.3.0)
Module-level __version__ declared 2.0.0 while pyproject.toml has
shipped 2.3.0 for months. Any integrator running
import agent_passport; agent_passport.__version__
got the wrong number. Audit catch from 568ce4e flagged but
deferred. One-line correction; not 6b territory.1 parent 568ce4e commit 3bfeb35
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments