Skip to content

Commit 62b3e4a

Browse files
Small bugfixes
1 parent 0bb84b0 commit 62b3e4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

3rd_party/lz-ani

vclust.py

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

17-
__version__ = '1.0'
17+
__version__ = '1.0.1'
1818

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

0 commit comments

Comments
 (0)