From 6b5dd692156e92887057c66744678b7be83a971a Mon Sep 17 00:00:00 2001 From: Mike Cooper Date: Fri, 8 Mar 2013 14:12:15 -0800 Subject: [PATCH] I released this on PyPI. I should put it on GitHub too. This is just a version bump to reflect ongoing progress to 1.0. --- wok/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wok/__init__.py b/wok/__init__.py index 1dd823d..cdedd52 100644 --- a/wok/__init__.py +++ b/wok/__init__.py @@ -1 +1 @@ -version = u'0.9.0' +version = u'1.0.0b'