diff --git a/doc/conf.py b/doc/conf.py index bd8c9c82fb835b5ff206d332e99c096909997a1b..050d3d4c634be512a040dbace0db6c896a6ef4fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, scikits.learn developers' # built documents. # # The short X.Y version. -version = '0.2-beta' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2-beta' +release = '0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 214f0e5351d23fd389964df23e0d38871d79cb13..b0709b568ac42aa478c44c80cbdef85eb7a5c665 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr' URL = 'http://scikit-learn.sourceforge.net' LICENSE = 'new BSD' DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/' -VERSION = '0.2-beta' +VERSION = '0.2' import setuptools # we are using a setuptools namespace from numpy.distutils.core import setup