Skip to content

Commit 6077427

Browse files
committed
Change: v0.1.0 to v1.0.0
1 parent 93d3462 commit 6077427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aniclustermap"
3-
version = "0.1.0"
3+
version = "1.0.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

Lines changed: 1 addition & 1 deletion
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__ = "0.1.0"
21+
__version__ = "1.0.0"
2222

2323

2424
def main():

0 commit comments

Comments
 (0)