Skip to content

Commit 952782d

Browse files
Bump version to 0.1.1
Add Cursor Agent Skill for guided integration, verify_setup script, and integration examples for LangGraph, FastAPI, and production patterns. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 9d99a4b commit 952782d

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 = "behavioral-memory"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Validated execution traces as memory for MCP-based agent tool orchestration"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/behavioral_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def __getattr__(name: str): # type: ignore[no-untyped-def]
5757
"TraceStore",
5858
]
5959

60-
__version__ = "0.1.0"
60+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)