File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1515import typing
1616import uuid
1717
18- __version__ = '1.0.3 '
18+ __version__ = '1.0.4 '
1919
2020DEFAULT_THREAD_COUNT = min (multiprocessing .cpu_count (), 64 )
2121
You can’t perform that action at this time.
0 commit comments