Skip to content

Commit 87930c4

Browse files
committed
pipy release
1 parent feaecbe commit 87930c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# utils functions
3030
from .utils import dist, unif, tic, toc, toq
3131

32-
__version__ = "0.5.0"
32+
__version__ = "0.5.1"
3333

3434
__all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets',
3535
'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'Operating System :: MacOS',
5656
'Operating System :: POSIX',
5757
'Programming Language :: Python',
58-
'Topic :: Utilities'
58+
'Topic :: Utilities',
5959
'Programming Language :: Python :: 2',
6060
'Programming Language :: Python :: 2.7',
6161
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)