Skip to content

Commit f79f4be

Browse files
authored
update dss library (#110)
1 parent 5b54ba3 commit f79f4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hecdss/download_hecdss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def download_and_unzip(url, zip_file, destination_dir):
3636
print(f"Failed to download zip file. Status code: {response.status_code}")
3737

3838
base_url = "https://www.hec.usace.army.mil/nexus/repository/maven-public/mil/army/usace/hec/hecdss/"
39-
version = "7-IW-3"
39+
version = "7-IW-4"
4040

4141
destination_dir = Path(__file__).parent.joinpath("lib")
4242
zip_url = f"{base_url}{version}-win-x86_64/hecdss-{version}-win-x86_64.zip"

0 commit comments

Comments
 (0)