Skip to content

Commit 2ee5cc4

Browse files
committed
Version bump.
1 parent 7ae1053 commit 2ee5cc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.3-blue.svg)
3+
![version](https://img.shields.io/badge/version-1.0.4-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.0.3'
18+
__version__ = '1.0.4'
1919

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

0 commit comments

Comments
 (0)