summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2023-04-17 20:31:53 +0200
committerGitHub <noreply@github.com>2023-04-17 20:31:53 +0200
commit2e1972d421753ee350fa25cbcdc3da6540541455 (patch)
tree68289a5040d142860e4f42f07ce18453613bb735 /ot
parent2bbfbbb18cf0a0544f0913f1917d08fb5384ac9b (diff)
[MRG] Fix circleci_redirector and codecov (#460)
* Try circleci_redirector fix * reùove fixed version pytest-cov * use new codecov way to upload * bad return * proper pr in release fle
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 1a685b6..eb00551 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -55,7 +55,7 @@ from .solvers import solve
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.9.0"
+__version__ = "0.9.1dev"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',