From 70dd6593f6c39caa0039bb6d49e3bf058a7eda0f Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Tue, 24 Mar 2020 13:45:58 +0000 Subject: [PATCH] version bump to 2020.03.dev1 --- perguntations/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perguntations/__init__.py b/perguntations/__init__.py index 27c7c18..d749702 100644 --- a/perguntations/__init__.py +++ b/perguntations/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 Miguel Barão +# Copyright (C) 2020 Miguel Barão # # THE MIT License # @@ -32,10 +32,10 @@ proof of submission and for review. ''' APP_NAME = 'perguntations' -APP_VERSION = '2019.11.dev2' +APP_VERSION = '2020.03.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