From 9621754bd83974d428850760aca927656014dc36 Mon Sep 17 00:00:00 2001 From: crvernon Date: Tue, 5 Dec 2023 13:33:04 -0500 Subject: [PATCH] update package version and data --- stitches/__init__.py | 2 +- stitches/install_pkgdata.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stitches/__init__.py b/stitches/__init__.py index 12b7c04b..8ecf86c2 100644 --- a/stitches/__init__.py +++ b/stitches/__init__.py @@ -9,4 +9,4 @@ from .package_data import * from .generate_package_data import generate_pkg_data -__version__ = "0.10.0" +__version__ = "0.1.0" diff --git a/stitches/install_pkgdata.py b/stitches/install_pkgdata.py index 934e255b..9d78fa20 100644 --- a/stitches/install_pkgdata.py +++ b/stitches/install_pkgdata.py @@ -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"