From c8aa99bd76232411e85bae8c5e44687c2b8a96b8 Mon Sep 17 00:00:00 2001 From: longfengpili <33371749+longfengpili@users.noreply.github.com> Date: Thu, 2 Jul 2020 10:57:45 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d105249..a10afea 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ import shutil import setuptools -VERSION = '0.0.24' +VERSION = '0.0.25' PROJECT_NAME = 'pydbapi' with open('README.md', 'r', encoding='utf-8') as f: