Skip to content

Commit 3e30d33

Browse files
committed
bump version to v0.3.0
1 parent dbb3886 commit 3e30d33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

predicate_authority/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "predicate-authority"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Deterministic pre-execution authority layer for AI agents."
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -16,7 +16,7 @@ classifiers = [
1616
"Typing :: Typed",
1717
]
1818
dependencies = [
19-
"predicate-contracts>=0.1.0,<0.3.0",
19+
"predicate-contracts>=0.1.0,<0.4.0",
2020
"pyyaml>=6.0",
2121
]
2222

predicate_contracts/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-contracts"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Shared typed contracts for Predicate authority and integrations."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)