From 50e4993b45b5bd49665ba13f1977d8e604333bce Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 27 Dec 2013 11:43:02 -0800 Subject: [PATCH] Bumping version number Former-commit-id: aa9eeabb47b72f09fa68a5ee03d780af908e89fd --- 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 7ef7115..950ac06 100644 --- a/yomi_base/constants.py +++ b/yomi_base/constants.py @@ -17,5 +17,5 @@ c = { - 'appVersion': '0.12b', + 'appVersion': '0.13b', }