summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-09-15 14:35:51 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-09-15 14:35:51 +0200
commit7fea2cd3e8ad29bf3fa442d7642bae124ee2bab0 (patch)
treec52cec3c38552f9f8c15361758aa9a80c30c3ef3 /ot/__init__.py
parentab121f134c22377209c818c1d9b576e0b3b9a9d3 (diff)
ipdate release
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 c9bb8c0..a5df43d 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.4.0b"
+__version__ = "0.4.0"
__all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets',
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',