diff --git a/cerf/__init__.py b/cerf/__init__.py index 7c6e5a6..6a19423 100644 --- a/cerf/__init__.py +++ b/cerf/__init__.py @@ -8,4 +8,4 @@ from .install_supplement import install_package_data -__version__ = "2.0.4" +__version__ = "2.0.5" diff --git a/cerf/data/test_lmp_arr.npy b/cerf/data/test_lmp_arr.npy deleted file mode 100644 index d0a0c9e..0000000 Binary files a/cerf/data/test_lmp_arr.npy and /dev/null differ diff --git a/cerf/install_supplement.py b/cerf/install_supplement.py index d7083bd..dfed724 100644 --- a/cerf/install_supplement.py +++ b/cerf/install_supplement.py @@ -22,7 +22,8 @@ class InstallSupplement: '2.0.1': 'https://zenodo.org/record/5218436/files/cerf_package_data.zip?download=1', '2.0.2': 'https://zenodo.org/record/5218436/files/cerf_package_data.zip?download=1', '2.0.3': 'https://zenodo.org/record/5218436/files/cerf_package_data.zip?download=1', - '2.0.4': 'https://zenodo.org/record/5247690/files/cerf_package_data.zip?download=1'} + '2.0.4': 'https://zenodo.org/record/5247690/files/cerf_package_data.zip?download=1', + '2.0.5': 'https://zenodo.org/record/5247690/files/cerf_package_data.zip?download=1'} def fetch_zenodo(self): """Download and unpack the Zenodo example data supplement for the diff --git a/docs/source/conf.py b/docs/source/conf.py index f83714f..eee0a82 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ import sphinx_rtd_theme # import cerf -version = "2.0.4" #str(cerf.__version__) +version = "2.0.5" #str(cerf.__version__) sys.path.insert(0, os.path.abspath('../../'))