Skip to content

Commit dc84ba3

Browse files
committed
chore(14-D): bump version 0.3.0a3 → 0.3.0a4
- pyproject.toml version bumped per AGENTS.md release process - src/supamem/__init__.py __version__ kept in sync (commit c80502c precedent) - PEP 639 license metadata clean (license = "MIT" SPDX, no License :: classifier) - uv build + uvx twine check dist/* PASSED on both wheel and sdist - uv run pytest: 677 passed, 4 skipped - uv run ruff check src tests scripts: All checks passed!
1 parent e379ae0 commit dc84ba3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "supamem"
7-
version = "0.3.0a3"
7+
version = "0.3.0a4"
88
description = "Project-agnostic dual-memory tooling for Claude Code, Cursor, and opencode"
99
readme = "README.md"
1010
license = "MIT"

src/supamem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""supamem — project-agnostic dual-memory tooling."""
2-
__version__ = "0.3.0a3"
2+
__version__ = "0.3.0a4"

0 commit comments

Comments
 (0)