From be0ed1dcd0b65ec804e454f1a2d3c0d227c0ddbe Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 31 Dec 2021 12:47:27 +0100 Subject: [MRG] Release 0.8.1.0 and correct doc build (#332) * update ersion and change doc build * update release file * debug release of doc * set version number to 0.8.1.0 --- ot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot/__init__.py') diff --git a/ot/__init__.py b/ot/__init__.py index e436571..f55819d 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.1" +__version__ = "0.8.1.0" __all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils', 'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov', -- cgit v1.2.3