From 190b23e214d605b619315d2633a88887977f0218 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Fri, 8 Dec 2023 22:13:18 +0800 Subject: [PATCH] Release 1.0.2.2023-12.0 --- csst_dfs_api/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csst_dfs_api/version.py b/csst_dfs_api/version.py index e9a830d..2ccc431 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 0b8d089..b411284 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 -- GitLab