From a7f651888b628e5ca5db80b2f644844965bbce1f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 Oct 2025 18:15:20 +0800 Subject: [PATCH] bugfix --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index fcb0428..2ff9da5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name=sqlor -version = 1.1.1 -description = a wrap for DBAPI, to make python run sql easy and safe +version = 2.0.0 +description = a new version of sqlor, each db's sor need to plugin to sqlor, and dbdriver now a isolated module authors = yu moqing author_email = yumoqing@gmail.com readme = README.md