We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605b4ad commit 8254591Copy full SHA for 8254591
setup.py
@@ -2,7 +2,7 @@
2
# -*- coding: utf-8 -*-
3
from setuptools import setup
4
5
-version = "0.1.0"
+version = "0.1.1"
6
setup(name='metric-learn',
7
version=version,
8
description='Python implementations of metric learning algorithms',
0 commit comments