We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1d0d8 commit cd12906Copy full SHA for cd12906
appveyor.yml
@@ -25,6 +25,14 @@ environment:
25
PYTHON_VERSION: "2.7.8"
26
PYTHON_ARCH: "64"
27
28
+ - PYTHON: "C:\\Python34"
29
+ PYTHON_VERSION: "3.4.3"
30
+ PYTHON_ARCH: "32"
31
+
32
+ - PYTHON: "C:\\Python34-x64"
33
34
+ PYTHON_ARCH: "64"
35
36
- PYTHON: "C:\\Python35"
37
PYTHON_VERSION: "3.5.0"
38
PYTHON_ARCH: "32"
sklearn/__init__.py
@@ -37,7 +37,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
39
#
40
-__version__ = '0.17.dev0'
+__version__ = '0.17b1'
41
42
43
try:
0 commit comments