From 3539d1d0dcbeae39499f3b927c84ac2f0b63b88b Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Fri, 24 Jan 2020 16:40:53 +0000 Subject: [PATCH] version bump --- aprendizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprendizations/__init__.py b/aprendizations/__init__.py index a98f005..a75a892 100644 --- a/aprendizations/__init__.py +++ b/aprendizations/__init__.py @@ -30,7 +30,7 @@ are progressively uncovered as the students progress. ''' APP_NAME = 'aprendizations' -APP_VERSION = '2020.01.dev2' +APP_VERSION = '2020.01.dev3' APP_DESCRIPTION = __doc__ __author__ = 'Miguel Barão' -- libgit2 0.21.2