From bdbcad84d1e164706031aca0c153b4269af73e24 Mon Sep 17 00:00:00 2001 From: Pete Date: Thu, 2 Sep 2021 20:07:55 +0100 Subject: [PATCH] Update to v0.3.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c7de1a0..08d0920 100644 --- a/build.gradle +++ b/build.gradle @@ -34,12 +34,12 @@ ext.moduleName = 'qupath.extension.tensorflow' description = 'QuPath extension to use TensorFlow' -version = "0.3.0-SNAPSHOT" +version = "0.3.0" dependencies { def tensorflowVersion = "0.3.2" def cudaVersion = "11.0-8.0-1.5.4" // Warning! This doesn't match version with QuPath v0.3.0 + opencv-platform-gpu - def qupathVersion = "0.3.0-SNAPSHOT" // For now + def qupathVersion = "0.3.0" // For now def platform = project.findProperty("platform")