diff --git a/README.md b/README.md index d575a4b..433c273 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Need more capacity than Community without moving to Enterprise? Evaluation uses | Org-wide policies | 0 | 5 | Unlimited | | Audit retention | 3 days | 14 days | 3650 days | | Concurrent executions | 5 | 25 | Unlimited | -| Execution history | 50 | 500 | Unlimited | +| Pending execution approvals | 5 | 25 | Unlimited | Also includes higher limits for LLM providers and MAP planning. diff --git a/axonflow/__init__.py b/axonflow/__init__.py index 5e7c755..f0529b6 100644 --- a/axonflow/__init__.py +++ b/axonflow/__init__.py @@ -199,7 +199,7 @@ WorkflowStepInfo, ) -__version__ = "3.2.0" +__version__ = "3.4.0" __all__ = [ # Main client "AxonFlow", diff --git a/pyproject.toml b/pyproject.toml index 043d7d4..961aa33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axonflow" -version = "3.3.1" +version = "3.4.0" description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code" readme = "README.md" license = {text = "MIT"}