Commit 6c8cf5ab authored by Wei Shoulin's avatar Wei Shoulin
Browse files

fix ver and deps

parent 6568b83f
...@@ -10,7 +10,7 @@ keywords = astronomy, astrophysics, cosmology, space, CSST ...@@ -10,7 +10,7 @@ keywords = astronomy, astrophysics, cosmology, space, CSST
url = https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-local url = https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-local
[bumpver] [bumpver]
current_version = "1.0.0" current_version = "1.0.1"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Release {new_version}" commit_message = "Release {new_version}"
commit = True commit = True
...@@ -20,7 +20,7 @@ push = True ...@@ -20,7 +20,7 @@ push = True
[bumpver:file_patterns] [bumpver:file_patterns]
setup.cfg = setup.cfg =
current_version = "{version}" current_version = "{version}"
csst_dfs_api/version.py = csst_dfs_api_local/version.py =
__version__ = "{version}" __version__ = "{version}"
[options] [options]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment