Skip to content

Commit 06864df

Browse files
authored
Clusty submodule updated to v1.1.1.
1 parent f6c8e2d commit 06864df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="./images/logo.svg" alt="Vclust logo" /> Vclust
22

3-
![version](https://img.shields.io/badge/version-1.2.2-blue.svg)
3+
![version](https://img.shields.io/badge/version-1.2.3-blue.svg)
44
[![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)
55
[![GitHub Actions CI](../../workflows/GitHub%20Actions%20CI/badge.svg)](../../actions/workflows/main.yml)
66
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

vclust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import typing
1616
import uuid
1717

18-
__version__ = '1.2.2'
18+
__version__ = '1.2.3'
1919

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

0 commit comments

Comments
 (0)