From d5839380bc1fbc7a65d5192aff52a2d471a0f643 Mon Sep 17 00:00:00 2001 From: yuedong Date: Mon, 27 Jun 2022 01:47:59 +0800 Subject: [PATCH] create version 0.5.1 --- config/config_C3.yaml | 2 +- config/config_NGP.yaml | 2 +- config/config_example.yaml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config_C3.yaml b/config/config_C3.yaml index 06d59f5..023fa66 100644 --- a/config/config_C3.yaml +++ b/config/config_C3.yaml @@ -2,7 +2,7 @@ ############################################### # # Configuration file for CSST simulation -# CSST-Sim Group, 2021/10/07, version 0.3 +# CSST-Sim Group, 2021/10/07 # ############################################### diff --git a/config/config_NGP.yaml b/config/config_NGP.yaml index 939318b..e799a4a 100644 --- a/config/config_NGP.yaml +++ b/config/config_NGP.yaml @@ -2,7 +2,7 @@ ############################################### # # Configuration file for CSST simulation -# CSST-Sim Group, 2021/10/07, version 0.3 +# CSST-Sim Group, 2021/10/07 # ############################################### diff --git a/config/config_example.yaml b/config/config_example.yaml index ba827b3..1e64223 100644 --- a/config/config_example.yaml +++ b/config/config_example.yaml @@ -2,7 +2,7 @@ ############################################### # # Configuration file for CSST simulation -# CSST-Sim Group, 2021/10/07, version 0.3 +# CSST-Sim Group, 2021/10/07 # ############################################### diff --git a/setup.py b/setup.py index 4f362a7..31e02b3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extensions = [ setup(name='CSSTSim', - version='0.5', + version='0.5.1', packages=find_packages(), # install_requires=[ # 'numpy>=1.18.5', -- GitLab