Skip to content
Snippets Groups Projects
Commit 34c49083 authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

REL: Release 0.14.1

Minor bug fix release to restore proper behavior of setup.py
parent 8546776c
No related branches found
No related tags found
No related merge requests found
.. currentmodule:: sklearn
0.14.1
=======
0.14.1 is a minor bug-fix release that fixed a small regression in the
setup.py
.. _changes_0_14:
0.14
......
......@@ -13,7 +13,7 @@ machine-learning as a versatile tool for science and engineering.
See http://scikit-learn.org for complete documentation.
"""
import sys
__version__ = '0.14'
__version__ = '0.14.1'
try:
# This variable is injected in the __builtins__ by the build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment