Skip to content

Commit 0947bf5

Browse files
jmcentireclaude
andcommitted
Bump version to 0.7.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d0e6cfc commit 0947bf5

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "pact-agents"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Contract-first multi-agent software engineering. Contracts before code. Tests as law. Agents that can't cheat."
55
readme = "README.md"
66
license = {text = "MIT"}

src/pact/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Pact — contract-first multi-agent software engineering."""
22

3-
__version__ = "0.7.1"
3+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)