25bfd37644
The v3.3.4 release prep landed on main but was never merged back into develop, leaving every version-bearing file one release behind. Bumps pyproject.toml, mempalace/version.py, both plugin manifests, the marketplace entry, the README badge, and the lockfile to 3.3.4 to match the tagged release.
4 lines
87 B
Python
4 lines
87 B
Python
"""Single source of truth for the MemPalace package version."""
|
|
|
|
__version__ = "3.3.4"
|