Skip to content

Commit

Permalink
Merge pull request #65 from IMMM-SFA/dev
Browse files Browse the repository at this point in the history
Remove stray data file
  • Loading branch information
crvernon authored Aug 30, 2021
2 parents 96ff44c + c1d02f0 commit f7d36b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cerf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .install_supplement import install_package_data


__version__ = "2.0.4"
__version__ = "2.0.5"
Binary file removed cerf/data/test_lmp_arr.npy
Binary file not shown.
3 changes: 2 additions & 1 deletion cerf/install_supplement.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('../../'))
Expand Down

0 comments on commit f7d36b1

Please sign in to comment.