File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# <img src =" ./images/logo.svg " alt =" Vclust logo " /> Vclust
2
2
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 )
4
4
[ ![ 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 )
5
5
[ ![ GitHub Actions CI] ( ../../workflows/GitHub%20Actions%20CI/badge.svg )] ( ../../actions/workflows/main.yml )
6
6
[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
Original file line number Diff line number Diff line change 15
15
import typing
16
16
import uuid
17
17
18
- __version__ = '1.0.3 '
18
+ __version__ = '1.0.4 '
19
19
20
20
DEFAULT_THREAD_COUNT = min (multiprocessing .cpu_count (), 64 )
21
21
You can’t perform that action at this time.
0 commit comments