summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-04-22 10:54:26 +0200
committerGitHub <noreply@github.com>2021-04-22 10:54:26 +0200
commitd06eee87155cdc6702c0dc8fe933dc02d9efdada (patch)
tree99c35c70fcd193cd463d01c0c33aabd189035f16 /ot/__init__.py
parent0d995011b19b243bc980588cd98786b7c41a0509 (diff)
[WIP] Build doc in master and stable separately and have both versions on the website (#243)
* add bild doc action workflow * new build * build full doc * remove github action and update circleci builder * add versions in doc and change dev number
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 0116d33..5a8a415 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -45,7 +45,7 @@ from .sliced import sliced_wasserstein_distance
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.7.0"
+__version__ = "0.8.0dev"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',