Skip to content

Commit 377fc20

Browse files
Patrick Roebuckclaude
andcommitted
chore: Update contact email to [email protected]
Changed email address in CHANGELOG.md from [email protected] to [email protected]. Version bumped to 2.0.13. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3567b6f commit 377fc20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ For questions, issues, or feature requests:
9595
- **GitHub Issues**: https://github.com/Deep-Study-AI/memdocs/issues
9696
- **Documentation**: https://docs.deepstudyai.com/memdocs
9797
- **Discord**: https://discord.gg/deepstudyai
98-
- **Email**: patrick.roebuck@deepstudyai.com
98+
- **Email**: patrick.roebuck@pm.me

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.12"
7+
__version__ = "2.0.13"
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.12"
7+
version = "2.0.13"
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)