From adcc7bfcb00c088068039808d8c25070140e7df2 Mon Sep 17 00:00:00 2001 From: Yang Mu <140584393+YuhuYang@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:02:45 +0800 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5f5ed62..01a3f70 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ setuptools.setup( name="quansyn", - version="0.0.6", + version="0.0.9", author="Mu Yang", - author_email="yuhuyang@163.com", + author_email="yangmufy@163.com", description="A package for quantitative syntax analysis", long_description=long_description, long_description_content_type="text/markdown", @@ -26,4 +26,4 @@ 'scikit_learn==1.0.2', 'scipy==1.9.1', ], -) \ No newline at end of file +)