We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7850f commit e67d670Copy full SHA for e67d670
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aniclustermap"
3
-version = "1.2.0"
+version = "1.3.0"
4
description = "A tool for drawing ANI clustermap between all-vs-all microbial genomes"
5
authors = ["moshi"]
6
license = "MIT"
src/aniclustermap/aniclustermap.py
@@ -18,7 +18,7 @@
18
from scipy.cluster.hierarchy import ClusterNode
19
from seaborn.matrix import ClusterGrid
20
21
-__version__ = "1.2.0"
+__version__ = "1.3.0"
22
23
24
def main():
0 commit comments