From 67f4f49514ae81334ca3c9b7ceaed4f11a7abc2b Mon Sep 17 00:00:00 2001 From: pylover Date: Wed, 21 Aug 2024 20:28:00 +0330 Subject: [PATCH] v2.0.2 --- 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 cec7fb8..84b63ee 100644 --- a/yhttp/ext/sqlalchemy/__init__.py +++ b/yhttp/ext/sqlalchemy/__init__.py @@ -1,4 +1,4 @@ from .install import install -__version__ = '2.0.1' +__version__ = '2.0.2'