diff --git a/csst_dfs_api_cluster/version.py b/csst_dfs_api_cluster/version.py index d538f87eda4d5e9fa7212436afbc220d0107266f..0058b93f7d3c19facff3bb24092fd5f7d8330a27 100644 --- a/csst_dfs_api_cluster/version.py +++ b/csst_dfs_api_cluster/version.py @@ -1 +1 @@ -__version__ = "1.0.0" \ No newline at end of file +__version__ = "1.0.1" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 93b45a80d5fdcc748e8b20f32aa7939e7a8b7a90..03e63602790cd3cce9c3ec0762da01eb3f42f565 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ keywords = astronomy, astrophysics, cosmology, space, CSST url = https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-cluster [bumpver] -current_version = "1.0.0" +current_version = "1.0.1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Release {new_version}" commit = True