Skip to content

Commit

Permalink
Small bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandeorowicz committed Jun 28, 2024
1 parent 0bb84b0 commit 62b3e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd_party/kmer-db
2 changes: 1 addition & 1 deletion 3rd_party/lz-ani
Submodule lz-ani updated 2 files
+4 −4 src/defs.h
+6 −6 src/seq_reservoir.h
2 changes: 1 addition & 1 deletion vclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import typing
import uuid

__version__ = '1.0'
__version__ = '1.0.1'

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

Expand Down

0 comments on commit 62b3e4a

Please sign in to comment.