From aaa370374af6f0ac8b9e77caa35323a0ac61f596 Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Thu, 1 Jun 2023 05:27:01 +0000 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5923569..8dedba3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,8 @@ with open("README.md", "r") as fh: setuptools.setup( name='csst_ifs_sim', - version='0.7.02', + # Internal_Version = '0.7.02', + version='2.0.0-IFS1.0.0', author='CSST Team', author_email='zhaojunyan@shao.ac.cn', description='The CSST - ifs - sim', # short description -- GitLab