We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e535a2c commit 3daad0dCopy full SHA for 3daad0d
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"
+version = "0.2.1-SNAPSHOT"
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";
+ final static public String version = "0.2.1-SNAPSHOT";
63
64
// Logger class that plays well with QuPath
65
final private static Logger logger = LoggerFactory.getLogger(Warpy.class);
0 commit comments