diff --git a/glory/utils/install_supplement.py b/glory/utils/install_supplement.py index bf86cfd..62d6de4 100644 --- a/glory/utils/install_supplement.py +++ b/glory/utils/install_supplement.py @@ -47,7 +47,7 @@ def fetch_zenodo(self): current GLORY distribution.""" # get the current version of GLORY that is installed - current_version = importlib.metadata.version('glory') + current_version = importlib.metadata.version('glory-reservoir') try: data_link = InstallSupplement.DATA_VERSION_URLS[current_version]