summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 4220148..a79a5ce 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -22,8 +22,8 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.3"
+__version__ = "0.3.1"
-__all__ = ["emd", "emd2", "sinkhorn","sinkhorn2", "utils", 'datasets',
+__all__ = ["emd", "emd2", "sinkhorn","sinkhorn2", "utils", 'datasets',
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']