Skip to content

Commit 8ae9fbf

Browse files
release: Bump version to 2.1.1 for enterprise security release
v2.1.0 was already published, bumping to 2.1.1 for this release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d85584f commit 8ae9fbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Generate machine-friendly docs from code changes without bureaucratic overhead.
55
"""
66

7-
__version__ = "2.1.0"
7+
__version__ = "2.1.1"
88
__author__ = "Patrick Roebuck"
99
__license__ = "Apache-2.0"
1010

pyproject.toml

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

55
[project]
66
name = "memdocs"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
description = "Persistent memory management for AI projects - Git-native documentation intelligence"
99
authors = [{name = "Patrick Roebuck", email = "patrick.roebuck@smartaimemory.com"}]
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)