From d43c64f64dae73542c3015be18909af73f52f7ca Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Mon, 8 Apr 2024 06:00:31 +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 84c1269..7b314b0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name='csst_mci_sim', - version='2.0.0-MCI1.0.0', + version='1.0.0', author='CSST Team', author_email='zhaojunyan@shao.ac.cn', description='The CSST - mci - sim', # short description -- GitLab