From e0e3ed680be5602e8d779c0ff8620c5e72b8f0a8 Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Fri, 3 Jan 2020 18:30:03 +0000 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 2dc286e..995c624 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 = '2019.12.dev3' +APP_VERSION = '2020.01.dev1' APP_DESCRIPTION = __doc__ __author__ = 'Miguel Barão' -__copyright__ = 'Copyright 2019, Miguel Barão' +__copyright__ = 'Copyright 2020, Miguel Barão' __license__ = 'MIT license' __version__ = APP_VERSION -- libgit2 0.21.2