diff --git a/csst/__init__.py b/csst/__init__.py index a1c0ef4406fbcc658f8db4db7db69f51ec2691f2..c5a2d6fb7ee0c129731777a68d389b1b379cfc3e 100644 --- a/csst/__init__.py +++ b/csst/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.0.5" +__version__ = "0.0.6" PACKAGE_PATH = os.path.dirname(__file__) diff --git a/setup.py b/setup.py index a35c285b3f3f5eb9feab911fb89f6ffcb664393e..3c1fd4c8d28982f6c34cdb2fb1f9884a2f0867f8 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setuptools.setup( "csst": ["msc/deepcr_model/*", "msc/pos_calib_config/*", "msc/flux_calib_config/*", + "msc/phot_config/*", ]}, # install_requires=['sphinx>=4.2.0', # 'numpy>=1.22.0',