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