Skip to content

Commit 37528ed

Browse files
committed
version 0.11.0
1 parent cbae545 commit 37528ed

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/scijava-maven.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ plugins {
44
id("qupath-conventions")
55
}
66

7-
// TODO: Configure your extension here (please change the defaults!)
87
qupathExtension {
98
name = "qupath-extension-cellpose"
109
group = "io.github.qupath"
11-
version = "0.11.0-SNAPSHOT"
10+
version = "0.11.0"
1211
description = "QuPath extension to use Cellpose"
1312
automaticModule = "qupath.ext.biop.cellpose"
1413
}

0 commit comments

Comments
 (0)