From 1c694869bb466ba1b04bcd828825cbf6b7bdc3f5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Oct 2025 15:43:02 +0800 Subject: [PATCH] bugfix --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1656531..66e2e7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=sqlor -version = 2.0.0 +version = 2.0.1 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