From dc01fe79cec3d2d06ebda041853a1e19207edaaf Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Tue, 3 Oct 2023 22:21:21 +0800 Subject: [PATCH] 0.0.184 --- API_Reference/API_Reference.py | 2 +- Source_Code/PyPI/setup.cfg | 2 +- Source_Code/PyPI/src/guan.egg-info/PKG-INFO | 2 +- Source_Code/PyPI/src/guan/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/API_Reference/API_Reference.py b/API_Reference/API_Reference.py index a27910d..ecbdaa4 100644 --- a/API_Reference/API_Reference.py +++ b/API_Reference/API_Reference.py @@ -1,4 +1,4 @@ -# API Reference shows all functions in Guan package. The current version is guan-0.0.182, updated on December 03, 2023. +# API Reference shows all functions in Guan package. The current version is guan-0.0.184, updated on December 03, 2023. import guan diff --git a/Source_Code/PyPI/setup.cfg b/Source_Code/PyPI/setup.cfg index 1bbda25..99eac10 100644 --- a/Source_Code/PyPI/setup.cfg +++ b/Source_Code/PyPI/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = guan -version = 0.0.183 +version = 0.0.184 author = guanjihuan author_email = guanjihuan@163.com description = An open source python package diff --git a/Source_Code/PyPI/src/guan.egg-info/PKG-INFO b/Source_Code/PyPI/src/guan.egg-info/PKG-INFO index 985ce84..5251896 100644 --- a/Source_Code/PyPI/src/guan.egg-info/PKG-INFO +++ b/Source_Code/PyPI/src/guan.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: guan -Version: 0.0.183 +Version: 0.0.184 Summary: An open source python package Home-page: https://py.guanjihuan.com Author: guanjihuan diff --git a/Source_Code/PyPI/src/guan/__init__.py b/Source_Code/PyPI/src/guan/__init__.py index 9ed7dbe..0999d13 100644 --- a/Source_Code/PyPI/src/guan/__init__.py +++ b/Source_Code/PyPI/src/guan/__init__.py @@ -1,6 +1,6 @@ # Guan is an open-source python package developed and maintained by https://www.guanjihuan.com/about (Ji-Huan Guan, 关济寰). The primary location of this package is on website https://py.guanjihuan.com. GitHub link: https://github.com/guanjihuan/py.guanjihuan.com. -# The current version is guan-0.0.182, updated on December 03, 2023. +# The current version is guan-0.0.184, updated on December 03, 2023. # Installation: pip install --upgrade guan