Skip to content

Commit

Permalink
Update compatibility to QuPath v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead committed Sep 6, 2024
1 parent d2203e0 commit 6a67b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/qupath/ext/djl/DjlExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public GitHubRepo getRepository() {

@Override
public Version getQuPathVersion() {
return Version.parse("0.5.0");
return Version.parse("0.6.0");
}


Expand Down

0 comments on commit 6a67b2f

Please sign in to comment.