Skip to content

Commit c3e38db

Browse files
authored
chore: bump version to 0.2.0 (#3)
1 parent 145308e commit c3e38db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

capiscio_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
>>> agent = secure(MyAgentExecutor())
99
"""
1010

11-
__version__ = "0.1.0"
11+
__version__ = "0.2.0"
1212

1313
# Core exports
1414
from .executor import CapiscioSecurityExecutor, secure, secure_agent

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 = "capiscio-sdk"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Runtime security middleware for A2A agents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)