summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 5c67dc5..55016a4 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -18,7 +18,7 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.1.11"
+__version__ = "0.1.12"
__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot',
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']