From ff59819afb142b16b8ba5264876333cf5f674dcd Mon Sep 17 00:00:00 2001 From: Mike Cooper Date: Sun, 19 Feb 2012 14:09:06 -0800 Subject: [PATCH] Bump version. --- docs/templates/base.html | 6 +++--- wok/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/templates/base.html b/docs/templates/base.html index d826b62..4d75181 100644 --- a/docs/templates/base.html +++ b/docs/templates/base.html @@ -36,9 +36,9 @@

wok

- This is the dev version of the docs. You could also see the - - latest stable version of this page. + This is the 0.9 version of the docs. You could also see the + + dev version of this page. diff --git a/wok/__init__.py b/wok/__init__.py index ca3970c..1dd823d 100644 --- a/wok/__init__.py +++ b/wok/__init__.py @@ -1 +1 @@ -version = u'0.8.0' +version = u'0.9.0'