Skip to content

Commit d54834f

Browse files
committed
version 0.3.1
1 parent 8845f0a commit d54834f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# utils functions
2323
from .utils import dist, unif, tic, toc, toq
2424

25-
__version__ = "0.3"
25+
__version__ = "0.3.1"
2626

27-
__all__ = ["emd", "emd2", "sinkhorn","sinkhorn2", "utils", 'datasets',
27+
__all__ = ["emd", "emd2", "sinkhorn","sinkhorn2", "utils", 'datasets',
2828
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',
2929
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']

0 commit comments

Comments
 (0)