summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-09-15 12:41:02 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-09-15 12:41:02 +0200
commitbad3d95523d005a4fbf64dd009c716b9dd560fe3 (patch)
tree250d88fc139b0fce2f05892a0810b8b1917805b8 /ot/__init__.py
parentd27e14cb4a48e76ab132c53aca56155e9be50bda (diff)
clean nico commit mess with its emal
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 a295e1b..c9bb8c0 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -29,7 +29,7 @@ from .gromov import gromov_wasserstein, gromov_wasserstein2
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.3.1"
+__version__ = "0.4.0b"
__all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets',
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',