We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5043c56 commit 9983314Copy full SHA for 9983314
build.gradle
@@ -9,7 +9,7 @@ ext.moduleName = 'qupath.extension.djl'
9
ext.qupathVersion = gradle.ext.qupathVersion
10
11
description = 'QuPath extension to use Deep Java Library'
12
-version = "0.1.0-SNAPSHOT"
+version = "0.1.0"
13
14
def djlVersion = libs.versions.deepJavaLibrary.get()
15
0 commit comments