Skip to content

Commit 9d16d31

Browse files
keithclaude
authored andcommitted
🚀 Release v0.10.1 - Session persistence fix
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 877dfd2 commit 9d16d31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎monarchmoney/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
except ImportError:
4747
_OPTIMIZATIONS_AVAILABLE = False
4848

49-
__version__ = "0.10.0"
49+
__version__ = "0.10.1"
5050
__author__ = "keithah"

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="monarchmoney-enhanced",
18-
version="0.10.0",
18+
version="0.10.1",
1919
description="Enhanced Monarch Money API with bulk transaction operations, service-oriented architecture, performance optimizations, and advanced error recovery",
2020
long_description=open("README.md", "r").read(),
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)