From d06eee87155cdc6702c0dc8fe933dc02d9efdada Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Thu, 22 Apr 2021 10:54:26 +0200 Subject: [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 --- ot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot') 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', -- cgit v1.2.3