Skip to content

Commit

Permalink
change version number for release (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary authored Jan 12, 2024
1 parent 7950b11 commit 336980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# utils functions
from .utils import dist, unif, tic, toc, toq

__version__ = "0.9.2"
__version__ = "0.9.3"

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

0 comments on commit 336980f

Please sign in to comment.