69d6e2f7f3
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.
4 lines
87 B
Python
4 lines
87 B
Python
"""Single source of truth for the MemPalace package version."""
|
|
|
|
__version__ = "3.2.0"
|