Commit f4d506b7 authored by GZhao's avatar GZhao
Browse files

update setup version

parent cdc37c29
Pipeline #4361 failed with stage
in 0 seconds
import setuptools import setuptools
import csst_cpic_sim
with open("requirements.txt", "r") as f: with open("requirements.txt", "r") as f:
requirements = [ requirements = [
...@@ -11,7 +10,7 @@ with open("requirements.txt", "r") as f: ...@@ -11,7 +10,7 @@ with open("requirements.txt", "r") as f:
setuptools.setup( setuptools.setup(
name='csst_cpic_sim', name='csst_cpic_sim',
version=csst_cpic_sim.__version__, version='2.0.0',
author='CSST Team', author='CSST Team',
author_email='gzhao@niaot.ac.cn', author_email='gzhao@niaot.ac.cn',
description='The CSST CPIC Simulation', # short description description='The CSST CPIC Simulation', # short description
......
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