From 472f41b934b56816bd5c678b53ba19f24c9f62eb Mon Sep 17 00:00:00 2001 From: Bruce Yang ByFinTech Date: Fri, 20 Oct 2023 17:27:25 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6018463..a113c23 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ except: setup( name="FinGPT", - version="0.0.0", + version="0.0.1", include_package_data=True, - author="Hongyang Yang, Xiao-Yang Liu, Guoxuan Wang", + author="Bruce Yang", author_email="hy2500@columbia.edu", url="https://github.com/AI4Finance-Foundation/FinGPT", license="MIT",