From 4901d68b01111595c4e4ff8a2747b69012947018 Mon Sep 17 00:00:00 2001 From: Matt Good Date: Fri, 3 Jan 2014 15:14:49 -0800 Subject: [PATCH] Fix version number in docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ea8aab7..cee0a83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, Matt Good' # built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.