From 429724cb299dfe9e2ea076496388049b6f328509 Mon Sep 17 00:00:00 2001 From: longfengpili <398745129@qq.com> Date: Fri, 1 Mar 2024 10:17:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]trino=20alter=20tablename?= 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 76683ba..2841059 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: 2024-02-29 18:41:27 +# @Last Modified time: 2024-03-01 10:17:37 # @github: https://github.com/longfengpili import setuptools -VERSION = '0.0.118' +VERSION = '0.0.119' PROJECT_NAME = 'pydbapi' with open('README.md', 'r', encoding='utf-8') as f: