From ff1be14741d4f7aa3f973d4509dd063a6779812e Mon Sep 17 00:00:00 2001 From: pylover Date: Wed, 21 Aug 2024 02:48:16 +0330 Subject: [PATCH] v2.0.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 2d4aa53..f5ef3e9 100644 --- a/yhttp/ext/sqlalchemy/__init__.py +++ b/yhttp/ext/sqlalchemy/__init__.py @@ -1,4 +1,4 @@ from .install import install -__version__ = '1.0.3' +__version__ = '2.0.0'