We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84545ba commit e535a2cCopy full SHA for e535a2c
2 files changed
build.gradle.kts
@@ -23,7 +23,7 @@ description = "QuPath extension to use Warpy"
23
24
group = "ch.epfl.biop"
25
// artifact = "qupath-extension-warpy"
26
-version = "0.2.0-SNAPSHOT"
+version = "0.2.0"
27
28
dependencies {
29
val qupathVersion = "0.3.0" // For now
src/main/java/qupath/ext/biop/warpy/Warpy.java
@@ -59,7 +59,7 @@
59
60
public class Warpy {
61
62
- final static public String version = "0.2.0-SNAPSHOT";
+ final static public String version = "0.2.0";
63
64
// Logger class that plays well with QuPath
65
final private static Logger logger = LoggerFactory.getLogger(Warpy.class);
0 commit comments