From 16c8e8c5945279c930160639502ccfab7dadcd15 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 1 Jun 2025 10:58:05 +0800 Subject: [PATCH] bugfix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57d9aea..4268df4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name="sqlor" -version = "1.0.1" +version = "1.0.2" description = "a wrap for DBAPI, to make python run sql easy and safe" authors = [{ name = "yu moqing", email = "yumoqing@gmail.com" }] readme = "README.md"