Skip to content

Commit

Permalink
Version bump v1.7.0 to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basedrhys committed Dec 7, 2020
1 parent fa8b9c0 commit 6ef546b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cuda-scripts/install-cuda-libs.ps1
Expand Up @@ -3,7 +3,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem

# Get all necessary variables
$platform = "windows"
$version = "1.7.0"
$version = "1.7.1"
$nvcc_output = $( nvcc --version )
$cuda_version = (($nvcc_output -split ",")[4] -split " ")[2]
$zip_name = "wekaDeeplearning4j-cuda-$cuda_version-$version-$platform-x86_64.zip"
Expand Down
2 changes: 1 addition & 1 deletion cuda-scripts/install-cuda-libs.sh
Expand Up @@ -9,7 +9,7 @@ case "${unameOut}" in
*) platform="UNSUPPORTED:${unameOut}"
esac

version='1.7.0'
version='1.7.1'
zip_name="wekaDeeplearning4j-cuda-$cuda_version-$version-$platform-x86_64.zip"
selected_download=$1

Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
1.7.0
1.7.1

0 comments on commit 6ef546b

Please sign in to comment.