From 8aaae210df155c10fe889c0d2d8c7dfc3eab8f2a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 23 Sep 2025 10:20:39 +0800 Subject: [PATCH] new version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 22c38fc..2317516 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=sqlor -version = 1.0.3 +version = 1.1.0 description = a wrap for DBAPI, to make python run sql easy and safe authors = yu moqing author_email = yumoqing@gmail.com