diff --git a/scripts/download_test_data.py b/scripts/download_test_data.py index 1688a376..6e0f6270 100755 --- a/scripts/download_test_data.py +++ b/scripts/download_test_data.py @@ -26,7 +26,7 @@ import tarfile import sys -TEST_DATA_VERSION = "0.8.0" +TEST_DATA_VERSION = "0.9.0" ARCHIVE_URL_TEMPL = "https://github.com/openzim/zim-testing-suite/releases/download/{version}/zim-testing-suite-{version}.tar.gz" if __name__ == "__main__":