Skip to content

Commit 336980f

Browse files
authored
change version number for release (#594)
1 parent 7950b11 commit 336980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# utils functions
5959
from .utils import dist, unif, tic, toc, toq
6060

61-
__version__ = "0.9.2"
61+
__version__ = "0.9.3"
6262

6363
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
6464
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',

0 commit comments

Comments
 (0)