Skip to content

Commit

Permalink
Change v1.2.0 to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Nov 7, 2023
1 parent cf7850f commit e67d670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aniclustermap"
version = "1.2.0"
version = "1.3.0"
description = "A tool for drawing ANI clustermap between all-vs-all microbial genomes"
authors = ["moshi"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/aniclustermap/aniclustermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from scipy.cluster.hierarchy import ClusterNode
from seaborn.matrix import ClusterGrid

__version__ = "1.2.0"
__version__ = "1.3.0"


def main():
Expand Down

0 comments on commit e67d670

Please sign in to comment.