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