Commit 70dd6593f6c39caa0039bb6d49e3bf058a7eda0f
1 parent
5fcc781e
Exists in
master
and in
1 other branch
version bump to 2020.03.dev1
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
perguntations/__init__.py
1 | -# Copyright (C) 2019 Miguel Barão | |
1 | +# Copyright (C) 2020 Miguel Barão | |
2 | 2 | # |
3 | 3 | # THE MIT License |
4 | 4 | # |
... | ... | @@ -32,10 +32,10 @@ proof of submission and for review. |
32 | 32 | ''' |
33 | 33 | |
34 | 34 | APP_NAME = 'perguntations' |
35 | -APP_VERSION = '2019.11.dev2' | |
35 | +APP_VERSION = '2020.03.dev1' | |
36 | 36 | APP_DESCRIPTION = __doc__ |
37 | 37 | |
38 | 38 | __author__ = 'Miguel Barão' |
39 | -__copyright__ = 'Copyright 2019, Miguel Barão' | |
39 | +__copyright__ = 'Copyright 2020, Miguel Barão' | |
40 | 40 | __license__ = 'MIT license' |
41 | 41 | __version__ = APP_VERSION | ... | ... |