From 062feb92140bda321bda721bed6ea77dff76a5eb Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sat, 23 Apr 2011 07:47:31 -0700 Subject: [PATCH] Make doc version number correct --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b1b354b..a11ffde 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.