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