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