diff --git a/setup.py b/setup.py index 4fac05f..f2bf9a5 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: 2020-06-22 11:59:55 +# @Last Modified time: 2020-06-22 12:06:07 # @github: https://github.com/longfengpili #!/usr/bin/env python3 @@ -12,7 +12,7 @@ import shutil import setuptools -VERSION = '0.0.21' +VERSION = '0.0.22' PROJECT_NAME = 'pydbapi' with open('README.md', 'r', encoding='utf-8') as f: