Skip to content

Commit

Permalink
Version bump v1.5.0 to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Jun 21, 2018
1 parent 4303940 commit 8f5ac76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cuda-scripts/install-cuda-libs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem

# Get all necessary variables
$platform = "windows"
$version = "1.5.0"
$version = "1.5.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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case "${unameOut}" in
*) platform="UNSUPPORTED:${unameOut}"
esac

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>wekaDeeplearning4j</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<name>wekaDeeplearning4j</name>
<description>Deep learning for WEKA</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1

0 comments on commit 8f5ac76

Please sign in to comment.