summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-20 15:32:05 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-20 15:32:05 +0200
commit8df1b72d664a57bfbee085f994539a843f25c942 (patch)
tree0f62331ee3d6cd6d4a8e265453574c20d51a5e7e /ot
parente65606ae498bd611f6a994868c2a66dfbea403cd (diff)
bump beta version and update setup.py
Diffstat (limited to 'ot')
-rw-r--r--ot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 4fcb800..1e57b78 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -73,7 +73,7 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.6.0"
+__version__ = "0.7.0b"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils', 'datasets',
'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',