diff --git a/csst_dfs_api/version.py b/csst_dfs_api/version.py index e9a830dba897c3246175feb612b7f3f803aac4cc..2ccc431e9b371994bf5154993104757308f7e68f 100644 --- a/csst_dfs_api/version.py +++ b/csst_dfs_api/version.py @@ -1 +1 @@ -__version__ = "1.0.1.2023-12.1" \ No newline at end of file +__version__ = "1.0.2.2023-12.0" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 0b8d089a23d7fa92c1808537af20c20646fb140d..b41128487d9ad2387db9f55182036fa18e28cf0c 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 [bumpver] -current_version = "1.0.1.2023-12.1" +current_version = "1.0.2.2023-12.0" version_pattern = "MAJOR.MINOR.PATCH.YYYY-MM.INC0" commit_message = "Release {new_version}" commit = True