From 994646382fa14140b081afca5fdffd61cb102d2a Mon Sep 17 00:00:00 2001 From: jinskeep Date: Thu, 24 Sep 2026 08:19:43 -0400 Subject: [PATCH] Bump version to 0.7.5 Co-Authored-By: Claude Opus 5.5 --- morpc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morpc/__init__.py b/morpc/__init__.py index 7be8153..19cbb0f 100644 --- a/morpc/__init__.py +++ b/morpc/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.4" +__version__ = "0.7.5" import logging logger = logging.getLogger(__name__)