Commit f1f12b40 authored by Shuai Feng's avatar Shuai Feng
Browse files

update 3.0.1

parent c6bce60d
Pipeline #7711 failed with stage
in 0 seconds
This diff is collapsed.
......@@ -12,8 +12,12 @@ https://csst-ifs-gehong.readthedocs.io/
Shuai Feng (sfeng@hebtu.edu.cn)
# Updates History
### 3.0.1
* 修改输出版本号固化
### 3.0.0
* 优化了输入参数的边界判定
* 调整了代码的格式规范
* 修复了尘埃消光曲线的bug
* 修复了模拟数据版本号错误的bug
\ No newline at end of file
* 修复了模拟数据版本号错误的bug
__version__ = "3.0.0"
__version__ = "3.0.1"
......@@ -14,7 +14,7 @@ with open("requirements.txt", "r") as f:
setuptools.setup(
name='csst_ifs_gehong',
version='3.0.0',
version='3.0.1',
license='MIT',
author="Shuai Feng",
author_email='sfeng@hebtu.edu.cn',
......
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