Skip to content

Commit

Permalink
[修复]split_withsqls
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Dec 7, 2022
1 parent a913cb4 commit 1e0d3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @Author: chunyang.xu
# @Email: [email protected]
# @Date: 2020-06-09 16:46:54
# @Last Modified time: 2022-11-24 17:18:18
# @Last Modified time: 2022-12-07 17:31:43
# @github: https://github.com/longfengpili

# !/usr/bin/env python3
Expand All @@ -12,7 +12,7 @@
import shutil
import setuptools

VERSION = '0.0.104'
VERSION = '0.0.105'
PROJECT_NAME = 'pydbapi'

with open('README.md', 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit 1e0d3de

Please sign in to comment.