From 445779e8c70395d3f98b786aec5621f5c2ea304e Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Fri, 23 Feb 2024 03:46:52 +0800 Subject: [PATCH] 0.1.84 --- PyPI/setup.cfg | 2 +- PyPI/src/guan.egg-info/PKG-INFO | 2 +- PyPI/src/guan/__init__.py | 3 ++- PyPI/src/guan/others.py | 4 +--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PyPI/setup.cfg b/PyPI/setup.cfg index 57707b0..01ce958 100644 --- a/PyPI/setup.cfg +++ b/PyPI/setup.cfg @@ -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 diff --git a/PyPI/src/guan.egg-info/PKG-INFO b/PyPI/src/guan.egg-info/PKG-INFO index f5e59fe..ab1c68f 100644 --- a/PyPI/src/guan.egg-info/PKG-INFO +++ b/PyPI/src/guan.egg-info/PKG-INFO @@ -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 diff --git a/PyPI/src/guan/__init__.py b/PyPI/src/guan/__init__.py index dc91f86..eb0085f 100644 --- a/PyPI/src/guan/__init__.py +++ b/PyPI/src/guan/__init__.py @@ -13,4 +13,5 @@ from .file_reading_and_writing import * from .figure_plotting import * from .data_processing import * from .others import * -from .decorators import * \ No newline at end of file +from .decorators import * +statistics_of_guan_package() \ No newline at end of file diff --git a/PyPI/src/guan/others.py b/PyPI/src/guan/others.py index da7109d..8fd12be 100644 --- a/PyPI/src/guan/others.py +++ b/PyPI/src/guan/others.py @@ -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) \ No newline at end of file + pass \ No newline at end of file