8000 Change release name to 0.7. · seckcoder/scikit-learn@08a914d · GitHub
[go: up one dir, main page]

Skip to content

Commit 08a914d

Browse files
author
Fabian Pedregosa
committed
Change release name to 0.7.
1 parent 826a325 commit 08a914d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scikits/learn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
4242
'pca', 'pipeline', 'preprocessing', 'qda', 'svm', 'test',
4343
'clone']
4444

45-
__version__ = '0.7.git'
45+
__version__ = '0.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
URL = 'http://scikit-learn.sourceforge.net'
1616
LICENSE = 'new BSD'
1717
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
18-
VERSION = '0.7-git'
18+
VERSION = '0.7'
1919

2020
import setuptools # we are using a setuptools namespace
2121
from numpy.distutils.core import setup

0 commit comments

Comments
 (0)
0