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