Skip to content

Commit 6b14f2c

Browse files
chore: bump version to 1.4.0 (#32)
Co-authored-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
1 parent a44f74e commit 6b14f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "codex-plugin-scanner"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
description = "Security, operational-security, and publishability scanner for Codex plugins with Cisco-backed skill analysis."
99
readme = "README.md"
1010
license = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for tool version."""
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)