Skip to content

Commit

Permalink
update package version and data
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Dec 5, 2023
1 parent 1255e65 commit 9621754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stitches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .package_data import *
from .generate_package_data import generate_pkg_data

__version__ = "0.10.0"
__version__ = "0.1.0"
1 change: 1 addition & 0 deletions stitches/install_pkgdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class InstallPackageData:
DATA_VERSION_URLS = {
"0.9.1": "https://zenodo.org/record/7181977/files/data.zip?download=1",
"0.10.0": "https://zenodo.org/record/7799725/files/data.zip?download=1",
"0.1.0": "https://zenodo.org/records/8367628/files/data.zip?download=1"
}

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

0 comments on commit 9621754

Please sign in to comment.