Skip to content

Commit 5a628b8

Browse files
committed
bump version to v0.2.0
1 parent df84aa3 commit 5a628b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "predicate-secure"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Drop-in security wrapper for AI agents - adds authorization, verification, and audit to any agent framework"
99
readme = "README.md"
1010
license = {text = "MIT OR Apache-2.0"}

src/predicate_secure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
create_debug_tracer,
4747
)
4848

49-
__version__ = "0.1.0"
49+
__version__ = "0.2.0"
5050

5151
# Public API
5252
__all__ = [

0 commit comments

Comments
 (0)