From 72459ba33713b96fbb1e0f79311281944ffc36ca Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 20 Nov 2013 20:46:54 -0800 Subject: [PATCH] Incrementing version number Former-commit-id: d884fcbee837acde7d6a8a9d50642653e25a5344 --- yomi_base/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yomi_base/constants.py b/yomi_base/constants.py index a722c8f..98c688f 100644 --- a/yomi_base/constants.py +++ b/yomi_base/constants.py @@ -17,5 +17,5 @@ c = { - 'appVersion': '0.10b', + 'appVersion': '0.11b', }