File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 73
73
# built documents.
74
74
#
75
75
# The short X.Y version.
76
- version = '0.12-git '
76
+ version = '0.12'
77
77
# The full version, including alpha/beta/rc tags.
78
78
import sklearn
79
79
release = sklearn .__version__
Original file line number Diff line number Diff line change 152
152
{% else %}
153
153
< h3 > News</ h3 >
154
154
155
- < p > scikit-learn 0.11 is available
155
+ < p > scikit-learn 0.12 is available
156
156
for < a href ="https://sourceforge.net/projects/scikit-learn/files/ "> download</ a > .
157
157
See < a href ="{{pathto('whats_new')}} "> what's new</ a > and tips
158
158
on < a href ="{{pathto('install')}} "> installing</ a > .</ p >
Original file line number Diff line number Diff line change 22
22
DISTNAME = 'scikit-learn'
23
23
DESCRIPTION = 'A set of python modules for machine learning and data mining'
24
24
LONG_DESCRIPTION = open ('README.rst' ).read ()
25
- MAINTAINER = 'Fabian Pedregosa '
26
- MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr '
27
- URL = 'http://scikit-learn.sourceforge.net '
25
+ MAINTAINER = 'Andreas Mueller '
26
+ MAINTAINER_EMAIL = 'amueller@ais.uni-bonn.de '
27
+ URL = 'http://scikit-learn.org '
28
28
LICENSE = 'new BSD'
29
29
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
30
30
Original file line number Diff line number Diff line change 13
13
See http://scikit-learn.sourceforge.net for complete documentation.
14
14
"""
15
15
import sys
16
- __version__ = '0.12-git '
16
+ __version__ = '0.12'
17
17
18
18
try :
19
19
# This variable is injected in the __builtins__ by the build
You can’t perform that action at this time.
0 commit comments