Skip to content

Commit 8254591

Browse files
committed
Updated version on PyPI
I've just uploaded the latest version on PyPI so that users can use the newly added algorithms. https://pypi.python.org/pypi?name=metric-learn&version=0.1.1&:action=display
1 parent 605b4ad commit 8254591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
from setuptools import setup
44

5-
version = "0.1.0"
5+
version = "0.1.1"
66
setup(name='metric-learn',
77
version=version,
88
description='Python implementations of metric learning algorithms',

0 commit comments

Comments
 (0)