Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKiaru committed Dec 17, 2021
1 parent 84545ba commit e535a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = "QuPath extension to use Warpy"

group = "ch.epfl.biop"
// artifact = "qupath-extension-warpy"
version = "0.2.0-SNAPSHOT"
version = "0.2.0"

dependencies {
val qupathVersion = "0.3.0" // For now
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/qupath/ext/biop/warpy/Warpy.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

public class Warpy {

final static public String version = "0.2.0-SNAPSHOT";
final static public String version = "0.2.0";

// Logger class that plays well with QuPath
final private static Logger logger = LoggerFactory.getLogger(Warpy.class);
Expand Down

0 comments on commit e535a2c

Please sign in to comment.