From e05865be42531db9fe47c3dd5332fe9992996287 Mon Sep 17 00:00:00 2001 From: longfengpili <398745129@qq.com> Date: Sat, 20 Nov 2021 14:58:53 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=E5=8D=95=E4=BE=8B=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bf36aaa..5e3b81b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # @Author: chunyang.xu # @Email: 398745129@qq.com # @Date: 2020-06-09 16:46:54 -# @Last Modified time: 2021-11-20 10:22:31 +# @Last Modified time: 2021-11-20 14:58:40 # @github: https://github.com/longfengpili # !/usr/bin/env python3 @@ -12,7 +12,7 @@ import shutil import setuptools -VERSION = '0.0.79' +VERSION = '0.0.80' PROJECT_NAME = 'pydbapi' with open('README.md', 'r', encoding='utf-8') as f: