From 4055d3c3b8023b734f519ca3e675241fc3ce1c2b Mon Sep 17 00:00:00 2001 From: pylover Date: Wed, 21 Aug 2024 04:42:51 +0330 Subject: [PATCH] v2.0.1 --- 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 f5ef3e9..cec7fb8 100644 --- a/yhttp/ext/sqlalchemy/__init__.py +++ b/yhttp/ext/sqlalchemy/__init__.py @@ -1,4 +1,4 @@ from .install import install -__version__ = '2.0.0' +__version__ = '2.0.1'