From 435f381c24f392853e5d7e05aa5fabf7a2751b74 Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Thu, 8 Jul 2021 19:08:25 +0100 Subject: [PATCH] version bump --- aprendizations/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aprendizations/__init__.py b/aprendizations/__init__.py index 3ad2dbe..3c029b5 100644 --- a/aprendizations/__init__.py +++ b/aprendizations/__init__.py @@ -30,10 +30,10 @@ are progressively uncovered as the students progress. ''' APP_NAME = 'aprendizations' -APP_VERSION = '2020.01.dev4' +APP_VERSION = '2021.07.dev1' APP_DESCRIPTION = __doc__ __author__ = 'Miguel Barão' -__copyright__ = 'Copyright 2020, Miguel Barão' +__copyright__ = 'Copyright 2021, Miguel Barão' __license__ = 'MIT license' __version__ = APP_VERSION -- libgit2 0.21.2