Skip to content

Commit e535a2c

Browse files
committed
release v0.2.0
1 parent 84545ba commit e535a2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = "QuPath extension to use Warpy"
2323

2424
group = "ch.epfl.biop"
2525
// artifact = "qupath-extension-warpy"
26-
version = "0.2.0-SNAPSHOT"
26+
version = "0.2.0"
2727

2828
dependencies {
2929
val qupathVersion = "0.3.0" // For now

src/main/java/qupath/ext/biop/warpy/Warpy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
public class Warpy {
6161

62-
final static public String version = "0.2.0-SNAPSHOT";
62+
final static public String version = "0.2.0";
6363

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

0 commit comments

Comments
 (0)