From 3152089d030232951b9bb785fd196c7ce7975352 Mon Sep 17 00:00:00 2001 From: longfengpili <398745129@qq.com> Date: Thu, 29 Feb 2024 17:14:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]0.0.117?= 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 5884e45..6d3292d 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ # @Author: longfengpili # @Date: 2023-06-02 15:27:41 # @Last Modified by: longfengpili -# @Last Modified time: 2023-12-04 11:46:40 +# @Last Modified time: 2024-02-29 17:14:36 # @github: https://github.com/longfengpili import setuptools -VERSION = '0.0.116' +VERSION = '0.0.117' PROJECT_NAME = 'pydbapi' with open('README.md', 'r', encoding='utf-8') as f: