Skip to content

Commit 81f60cf

Browse files
Patrick Roebuckclaude
andcommitted
release: Version 2.0.5 - Production release with linting fixes
Version bump to 2.0.5 includes all linting fixes for CI: - Bump version in pyproject.toml and __init__.py - Package includes all ruff linting fixes from previous commit - Fixed builtin shadowing, variable naming, and imports This version is clean and ready for production PyPI. Changes since 2.0.3: - README HTML tag fixes for PyPI compatibility - MANIFEST.in for clean distribution - Empathy/MemDocs synergy documentation - All ruff linting errors resolved Package validation: twine check PASSED 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4ea2e6d commit 81f60cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.4"
7+
__version__ = "2.0.5"
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.0.4"
7+
version = "2.0.5"
88
description = "Persistent memory management for AI projects - Git-native documentation intelligence"
99
authors = [{name = "Patrick Roebuck", email = "[email protected]"}]
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)