Skip to content

Commit

Permalink
fix version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Apr 30, 2024
1 parent 8d4bd48 commit e225f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stitches/install_pkgdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ class InstallPackageData:
"0.12.1": "https://zenodo.org/records/8367628/files/data.zip?download=1",
"0.12.2": "https://zenodo.org/records/8367628/files/data.zip?download=1",
"0.12.3": "https://zenodo.org/records/8367628/files/data.zip?download=1",
"0.13.0": "https://zenodo.org/records/8367628/files/data.zip?download=1",
"0.13": "https://zenodo.org/records/8367628/files/data.zip?download=1",
}

DEFAULT_VERSION = "https://zenodo.org/record/7167526/files/data.zip?download=1"
DEFAULT_VERSION = "https://zenodo.org/records/8367628/files/data.zip?download=1"

def __init__(self, data_dir=None):
"""
Expand Down

0 comments on commit e225f7b

Please sign in to comment.