Skip to content

Commit e5b10e7

Browse files
committed
v1.2.3 stable release
1 parent 35851e3 commit e5b10e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/leb/main/EzAAI.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
import java.util.ArrayList;
3131

3232
public class EzAAI {
33-
public static final String VERSION = "v1.2.2",
34-
RELEASE = "Aug. 2022",
33+
public static final String VERSION = "v1.2.3",
34+
RELEASE = "Feb. 2024",
3535
CITATION = " Kim, D., Park, S. & Chun, J.\n"
3636
+ " Introducing EzAAI: a pipeline for high throughput calculations of prokaryotic average amino acid identity.\n"
3737
+ " J Microbiol. 59, 476–480 (2021).\n"
3838
+ " DOI: 10.1007/s12275-021-1154-0";
39-
public static final boolean STABLE = false;
39+
public static final boolean STABLE = true;
4040

4141
final static int MODULE_CONVERT = 1,
4242
MODULE_EXTRACT = 2,

0 commit comments

Comments
 (0)