From 2daa3a162debe4ae431f0ee03d872307617a1dfe Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Fri, 8 Dec 2023 22:15:35 +0800 Subject: [PATCH] Release 1.0.3 --- 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 bb35ee1..679362c 100644 --- a/csst_dfs_api/version.py +++ b/csst_dfs_api/version.py @@ -1 +1 @@ -__version__ = "1.0.2" \ No newline at end of file +__version__ = "1.0.3" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d0726db..0021e9b 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.2" +current_version = "1.0.3" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Release {new_version}" commit = True -- GitLab