From 6c8cf5ab5bd86536f1715feb0a52ffdb48045883 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Fri, 8 Dec 2023 22:59:08 +0800 Subject: [PATCH] fix ver and deps --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 53ba43d..4e37d26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ keywords = astronomy, astrophysics, cosmology, space, CSST url = https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-local [bumpver] -current_version = "1.0.0" +current_version = "1.0.1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Release {new_version}" commit = True @@ -20,7 +20,7 @@ push = True [bumpver:file_patterns] setup.cfg = current_version = "{version}" -csst_dfs_api/version.py = +csst_dfs_api_local/version.py = __version__ = "{version}" [options] -- GitLab