Files
mempalace/mempalace/version.py
T
Igor Lins e Silva 69d6e2f7f3 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.
2026-04-13 15:46:27 -03:00

4 lines
87 B
Python

"""Single source of truth for the MemPalace package version."""
__version__ = "3.2.0"