From 0a67aac6a6826f09c75d64bf5832e4b7b9796241 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Thu, 10 Jan 2019 21:00:16 -0800 Subject: [PATCH] Bump to 0.11.1-beta. --- kolibri/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/__init__.py b/kolibri/__init__.py index 71e416071f0..d7de55cfab4 100755 --- a/kolibri/__init__.py +++ b/kolibri/__init__.py @@ -15,7 +15,7 @@ #: This may not be the exact version as it's subject to modification with #: get_version() - use ``kolibri.__version__`` for the exact version string. -VERSION = (0, 11, 1, 'alpha', 0) +VERSION = (0, 11, 1, 'beta', 0) __author__ = 'Learning Equality' __email__ = 'info@learningequality.org'