Skip to content

Commit b08485d

Browse files
milla-jovovichweb-flow
authored andcommitted
chore: bump version to 3.1.0 (MemPalace#409)
PyPI release cut covering 39 merged PRs since v3.0.0 on 2026-04-06. Highlights: Claude/Codex plugin packaging (MemPalace#270), security hardening (MemPalace#387), honest AAAK stats + benchmark corrections (MemPalace#147), Windows compatibility fixes, Knowledge Graph WAL mode + batching, 10K limit safety caps, and much more. See GitHub release notes for full changelog. Co-authored-by: milla-jovovich <noreply@github.com>
1 parent 48f6ad8 commit b08485d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ PRs welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup and guidelines.
707707
MIT — see [LICENSE](LICENSE).
708708

709709
<!-- Link Definitions -->
710-
[version-shield]: https://img.shields.io/badge/version-3.0.0-4dc9f6?style=flat-square&labelColor=0a0e14
710+
[version-shield]: https://img.shields.io/badge/version-3.1.0-4dc9f6?style=flat-square&labelColor=0a0e14
711711
[release-link]: https://github.com/milla-jovovich/mempalace/releases
712712
[python-shield]: https://img.shields.io/badge/python-3.9+-7dd8f8?style=flat-square&labelColor=0a0e14&logo=python&logoColor=7dd8f8
713713
[python-link]: https://www.python.org/

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.0.14"
3+
__version__ = "3.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mempalace"
3-
version = "3.0.14"
3+
version = "3.1.0"
44
description = "Give your AI a memory — mine projects and conversations into a searchable palace. No API key required."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)