summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2021-12-15 17:30:49 +0100
committerGitHub <noreply@github.com>2021-12-15 17:30:49 +0100
commit4f63ea223e27667d4bb275601301d12871fb475f (patch)
treeafca636121a710603437f6e0e083c4ea05fd8590 /ot/__init__.py
parentf8d871e8c6f15009f559ece6a12eb8d8891c60fb (diff)
[WIP] Update version in to 0.8.1dev and release file (#323)
* update delease file and add it to doc ith mystè_parser * typos in release file * update PR template
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 b6dc2b4..55972ea 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -50,7 +50,7 @@ from .gromov import (gromov_wasserstein, gromov_wasserstein2,
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.8.0"
+__version__ = "0.8.1dev"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',