From f540664f8b6bd909f8fa0731a615b03960d3be7c Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Sun, 30 Jul 2023 03:26:29 +0800 Subject: [PATCH] update version number to 2.1.0 in setup.py --- config/config_fgs.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config_fgs.yaml b/config/config_fgs.yaml index 72456bc..2ef2137 100644 --- a/config/config_fgs.yaml +++ b/config/config_fgs.yaml @@ -9,7 +9,7 @@ # Base diretories and naming setup # Can add some of the command-line arguments here as well; # OK to pass either way or both, as long as they are consistent -work_dir: "/share/home/fangyuedong/fgs_sim/csst-simulation/workplace/" +work_dir: "/share/home/fangyuedong/csst-simulation/workplace/" data_dir: "/share/simudata/CSSOSDataProductsSims/data/" run_name: "fgs_test" diff --git a/setup.py b/setup.py index 381c405..78dcd7b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extensions = [ setup(name='CSSTSim', - version='2.0.0', + version='2.1.0', packages=find_packages(), install_requires=[ # 'numpy>=1.18.5', -- GitLab