From 9d5d907eda08f8b72bbf9557c03b51f2cdcdf642 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 7 Mar 2013 17:17:26 -0500 Subject: [PATCH] Bump to version 0.3 Changes since 0.2: * Add quiz copyright metadata and the `copyright` cli command. * Cleaned up the data-upgrade framework, so we're ready for any future data format refactoring ;). --- quizzer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quizzer/__init__.py b/quizzer/__init__.py index 961c2a1..80a070b 100644 --- a/quizzer/__init__.py +++ b/quizzer/__init__.py @@ -20,7 +20,7 @@ import logging as _logging -__version__ = '0.2' +__version__ = '0.3' LOG = _logging.getLogger(__name__) LOG.setLevel(_logging.DEBUG) -- 2.26.2