Skip to content

Commit

Permalink
[优化]单例模式
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Aug 8, 2022
1 parent 88dcaec commit 21e3c31
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# @Author: chunyang.xu
# @Email: [email protected]
# @Date: 2020-06-09 16:46:54
<<<<<<< HEAD
# @Last Modified time: 2022-08-08 18:55:36
=======
# @Last Modified time: 2022-06-01 13:53:53
>>>>>>> 9c05781523e26879c1aee8020974b5c99057d544
# @Last Modified time: 2022-08-08 18:58:28
# @github: https://github.com/longfengpili

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

VERSION = '0.0.87'
VERSION = '0.0.88'
PROJECT_NAME = 'pydbapi'

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

0 comments on commit 21e3c31

Please sign in to comment.