Skip to content

Commit

Permalink
Update download link version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbtriangulum committed Feb 28, 2023
1 parent f978bf3 commit afb364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdnist/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def check_exists(root: Path, name: Path, download: bool, data_name: str = strs.D
if not name.exists():
print(f"{name} does not exist.")
zip_path = Path(root.parent, 'data.zip')
version = "1.4.0-b.1"
version = "2.0.0"

version_v = f"v{version}"
sdnist_version = DEFAULT_DATASET
Expand Down

0 comments on commit afb364a

Please sign in to comment.