Skip to content

Commit 4c49303

Browse files
committed
v0.1.10
1 parent 8b41e14 commit 4c49303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# utils functions
1818
from .utils import dist, unif
1919

20-
__version__ = "0.1.9"
20+
__version__ = "0.1.10"
2121

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

0 commit comments

Comments
 (0)