Skip to content

Commit e67d670

Browse files
committed
Change v1.2.0 to v1.3.0
1 parent cf7850f commit e67d670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aniclustermap"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "A tool for drawing ANI clustermap between all-vs-all microbial genomes"
55
authors = ["moshi"]
66
license = "MIT"

src/aniclustermap/aniclustermap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from scipy.cluster.hierarchy import ClusterNode
1919
from seaborn.matrix import ClusterGrid
2020

21-
__version__ = "1.2.0"
21+
__version__ = "1.3.0"
2222

2323

2424
def main():

0 commit comments

Comments
 (0)