From 7819b6a1ee282956aacdc3bb4a3ab3eea766c6c1 Mon Sep 17 00:00:00 2001 From: Peng Ren Date: Thu, 10 Sep 2026 19:06:15 -0400 Subject: [PATCH] Bump version --- pymongosql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymongosql/__init__.py b/pymongosql/__init__.py index 86a176a..a80c6d8 100644 --- a/pymongosql/__init__.py +++ b/pymongosql/__init__.py @@ -6,7 +6,7 @@ if TYPE_CHECKING: from .connection import Connection -__version__: str = "0.7.3" +__version__: str = "0.7.4" # Globals https://www.python.org/dev/peps/pep-0249/#globals apilevel: str = "2.0"