Skip to content

Commit 4435c27

Browse files
authored
bump-darwin to rc0.3.0rc3 (#610)
Tested locally
1 parent 676fe1c commit 4435c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kwave/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_windows_release_urls(architecture: str) -> list:
5858
},
5959
"darwin": {
6060
"cuda": [],
61-
"omp": [URL_BASE + f"k-wave-omp-{PLATFORM}/releases/download/v0.3.0rc2/{EXECUTABLE_PREFIX}OMP"],
61+
"omp": [URL_BASE + f"k-wave-omp-{PLATFORM}/releases/download/v0.3.0rc3/{EXECUTABLE_PREFIX}OMP"],
6262
},
6363
"windows": {architecture: get_windows_release_urls(architecture) for architecture in ARCHITECTURES},
6464
}

0 commit comments

Comments
 (0)