Skip to content

Commit 8df1b72

Browse files
committed
bump beta version and update setup.py
1 parent e65606a commit 8df1b72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# utils functions
7474
from .utils import dist, unif, tic, toc, toq
7575

76-
__version__ = "0.6.0"
76+
__version__ = "0.7.0b"
7777

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
long_description_content_type='text/markdown',
4646
author=u'Remi Flamary, Nicolas Courty',
4747
48-
url='https://github.com/rflamary/POT',
48+
url='https://github.com/PythonOT/POT',
4949
packages=find_packages(),
5050
ext_modules = cythonize(Extension(
5151
"ot.lp.emd_wrap", # the extension name
@@ -56,7 +56,7 @@
5656
extra_compile_args=opt_arg
5757
)),
5858
platforms=['linux','macosx','windows'],
59-
download_url='https://github.com/rflamary/POT/archive/{}.tar.gz'.format(__version__),
59+
download_url='https://github.com/PythonOT/POT/archive/{}.tar.gz'.format(__version__),
6060
license = 'MIT',
6161
scripts=[],
6262
data_files=[],

0 commit comments

Comments
 (0)