From 358400c26c99e8f2faf121b78ba3c12f98505ebd Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Mon, 13 Dec 2021 13:44:02 -0800 Subject: [PATCH] Bump version for b2. --- ricecooker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ricecooker/__init__.py b/ricecooker/__init__.py index 59b4f012..7274a0f1 100644 --- a/ricecooker/__init__.py +++ b/ricecooker/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Learning Equality' __email__ = 'info@learningequality.org' -__version__ = '0.7.0b1' +__version__ = '0.7.0b2' import sys