Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandeorowicz committed Jul 11, 2024
1 parent 1c4ae8d commit 64ac329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import typing
import uuid

__version__ = '1.0.2'
__version__ = '1.0.3'

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

Expand Down

0 comments on commit 64ac329

Please sign in to comment.