Skip to content

Commit 7102b90

Browse files
committed
version 0.1.12
1 parent e1cd68b commit 7102b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# utils functions
1919
from .utils import dist, unif, tic, toc, toq
2020

21-
__version__ = "0.1.11"
21+
__version__ = "0.1.12"
2222

2323
__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot',
2424
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']

0 commit comments

Comments
 (0)