fix: sync version.py to 3.2.0

Commit 6614b9b bumped pyproject.toml to 3.2.0 but missed
mempalace/version.py, breaking test_version_consistency on
every PR's CI. This syncs them.
This commit is contained in:
Igor Lins e Silva
2026-04-13 15:46:27 -03:00
parent 6614b9b4e7
commit 69d6e2f7f3
+1 -1
View File
@@ -1,3 +1,3 @@
"""Single source of truth for the MemPalace package version."""
__version__ = "3.1.0"
__version__ = "3.2.0"