Skip to content

Commit 29f1f15

Browse files
committed
V0.1.9
1 parent 23ea435 commit 29f1f15

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
@@ -17,7 +17,7 @@
1717
# utils functions
1818
from .utils import dist, unif
1919

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

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

0 commit comments

Comments
 (0)