Skip to content

Commit

Permalink
Clusty submodule updated to v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Oct 6, 2024
1 parent f6c8e2d commit 06864df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd_party/clusty
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="./images/logo.svg" alt="Vclust logo" /> Vclust

![version](https://img.shields.io/badge/version-1.2.2-blue.svg)
![version](https://img.shields.io/badge/version-1.2.3-blue.svg)
[![GitHub downloads](https://img.shields.io/github/downloads/refresh-bio/vclust/total.svg?style=flag&label=GitHub%20downloads)](https://github.com/refresh-bio/vclust/releases)
[![GitHub Actions CI](../../workflows/GitHub%20Actions%20CI/badge.svg)](../../actions/workflows/main.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Expand Down
2 changes: 1 addition & 1 deletion vclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import typing
import uuid

__version__ = '1.2.2'
__version__ = '1.2.3'

DEFAULT_THREAD_COUNT = min(multiprocessing.cpu_count(), 64)

Expand Down

0 comments on commit 06864df

Please sign in to comment.