From 4f0aa05c63598655874a96f0c0eb64adf09d8466 Mon Sep 17 00:00:00 2001 From: pylover Date: Sun, 25 Aug 2024 21:06:03 +0330 Subject: [PATCH] v2.3.0 --- yhttp/ext/sqlalchemy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yhttp/ext/sqlalchemy/__init__.py b/yhttp/ext/sqlalchemy/__init__.py index b53ff01..6dfb8ce 100644 --- a/yhttp/ext/sqlalchemy/__init__.py +++ b/yhttp/ext/sqlalchemy/__init__.py @@ -1,4 +1,4 @@ from .install import install -__version__ = '2.2.0' +__version__ = '2.3.0'