We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b54ba3 commit f79f4beCopy full SHA for f79f4be
src/hecdss/download_hecdss.py
@@ -36,7 +36,7 @@ def download_and_unzip(url, zip_file, destination_dir):
36
print(f"Failed to download zip file. Status code: {response.status_code}")
37
38
base_url = "https://www.hec.usace.army.mil/nexus/repository/maven-public/mil/army/usace/hec/hecdss/"
39
-version = "7-IW-3"
+version = "7-IW-4"
40
41
destination_dir = Path(__file__).parent.joinpath("lib")
42
zip_url = f"{base_url}{version}-win-x86_64/hecdss-{version}-win-x86_64.zip"
0 commit comments