Skip to content

Commit 9fad285

Browse files
jpheinclaude
andcommitted
fix: sync version.py with pyproject.toml (3.1.0 → 3.2.0)
Upstream bumped pyproject.toml to 3.2.0 in #761 but missed version.py. Aligns the two so test_version_consistency passes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ef2fb84 commit 9fad285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mempalace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for the MemPalace package version."""
22

3-
__version__ = "3.1.0"
3+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)