From 732354b591ac87931059617d9e918d057dd289fc Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Mon, 8 Apr 2024 06:00:04 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dedba3..cf6fbda 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setuptools.setup( name='csst_ifs_sim', # Internal_Version = '0.7.02', - version='2.0.0-IFS1.0.0', + version='1.0.0', author='CSST Team', author_email='zhaojunyan@shao.ac.cn', description='The CSST - ifs - sim', # short description -- GitLab