Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lacan committed Apr 13, 2022
1 parent 52d829e commit dd6faf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext.moduleName = 'qupath.extension.cellpose'

description = 'QuPath extension to use Cellpose'

version = "0.3.4"
version = "0.3.5"

dependencies {
def qupathVersion = "0.3.2" // For now
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ public Version getQuPathVersion() {

@Override
public Version getVersion() {
return Version.parse("0.3.4");
return Version.parse("0.3.5");
}
}

0 comments on commit dd6faf0

Please sign in to comment.