From 857d0472d030a65f7361ac6edd8a012dc83fcab0 Mon Sep 17 00:00:00 2001 From: pylover Date: Mon, 19 Aug 2024 07:45:56 +0330 Subject: [PATCH] v1.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 de35dde..763ceb7 100644 --- a/yhttp/ext/sqlalchemy/__init__.py +++ b/yhttp/ext/sqlalchemy/__init__.py @@ -1,4 +1,4 @@ from .install import install -__version__ = '1.0.0' +__version__ = '1.0.1'