Skip to content

Commit 1cd8f21

Browse files
committed
Adding qupath-cellpose 0.11.1
1 parent 37edea5 commit 1cd8f21

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

biop-catalog-generator.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def extensionList = []
4343

4444
// ------------------------ CELLPOSE EXTENSION
4545

46-
def cellposeTagList = ["v0.11.0"]
46+
def cellposeTagList = ["v0.11.1", "v0.11.0"]
4747
def cellposeVersionList = []
4848
cellposeTagList.each{tag->
4949
var cellposeRelease = new Release(

catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
"homepage": "https://github.com/BIOP/qupath-extension-cellpose",
1010
"starred": false,
1111
"releases": [
12+
{
13+
"name": "v0.11.1",
14+
"main_url": "https://github.com/BIOP/qupath-extension-cellpose/releases/download/v0.11.1/qupath-extension-cellpose-0.11.1.zip",
15+
"required_dependency_urls": [],
16+
"optional_dependency_urls": [],
17+
"javadoc_urls": [],
18+
"version_range": {
19+
"min": "v0.6.0",
20+
"excludes": []
21+
}
22+
},
1223
{
1324
"name": "v0.11.0",
1425
"main_url": "https://github.com/BIOP/qupath-extension-cellpose/releases/download/v0.11.0/qupath-extension-cellpose-0.11.0.zip",

0 commit comments

Comments
 (0)