From e5681a847bfdfdb11a94f36b4d48b429804cf503 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Fri, 5 Jul 2013 18:54:07 +0530 Subject: [PATCH] bumped version --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4351f1c9..fc91ca6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.07' +version = '0.09' # The full version, including alpha/beta/rc tags. -release = '0.07' +release = '0.09a' # 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 02078015..56deaaaf 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -VERSION = (0, 0, 8, "a", 0) # following PEP 386 +VERSION = (0, 0, 9, "a", 0) # following PEP 386 DEV_N = None import os