summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2018-10-03 08:38:11 +0200
committerGitHub <noreply@github.com>2018-10-03 08:38:11 +0200
commitfeaecbe2965fa22cdf964c2e869fe56d6ce392e9 (patch)
treee591f016a12b00c17a065b4e5881b0d5c24135fd /ot/__init__.py
parent8f6c45534dcdd6e8f80a31205be28481fc79c533 (diff)
parent27f0a9fe625f6fa8123e0e7364a4c0c0e10d5702 (diff)
Merge pull request #63 from rflamary/prV0.5
[MRG] Release 0.5
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 1dde390..b27541d 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -29,7 +29,7 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.4.0"
+__version__ = "0.5.0"
__all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets',
'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',