This commit is contained in:
guanjihuan 2024-02-23 03:46:52 +08:00
parent 7d31b44eb3
commit 445779e8c7
4 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = guan
version = 0.1.83
version = 0.1.84
author = guanjihuan
author_email = guanjihuan@163.com
description = An open source python package

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: guan
Version: 0.1.83
Version: 0.1.84
Summary: An open source python package
Home-page: https://py.guanjihuan.com
Author: guanjihuan

View File

@ -13,4 +13,5 @@ from .file_reading_and_writing import *
from .figure_plotting import *
from .data_processing import *
from .others import *
from .decorators import *
from .decorators import *
statistics_of_guan_package()

View File

@ -971,6 +971,4 @@ def statistics_of_guan_package(function_name=None):
client_socket.send(send_message.encode())
client_socket.close()
except:
pass
statistics_of_guan_package(function_name=None)
pass