Commit 435f381c24f392853e5d7e05aa5fabf7a2751b74

Authored by Miguel Barão
1 parent b55c1442
Exists in master and in 1 other branch dev

version bump

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
aprendizations/__init__.py
... ... @@ -30,10 +30,10 @@ are progressively uncovered as the students progress.
30 30 '''
31 31  
32 32 APP_NAME = 'aprendizations'
33   -APP_VERSION = '2020.01.dev4'
  33 +APP_VERSION = '2021.07.dev1'
34 34 APP_DESCRIPTION = __doc__
35 35  
36 36 __author__ = 'Miguel Barão'
37   -__copyright__ = 'Copyright 2020, Miguel Barão'
  37 +__copyright__ = 'Copyright 2021, Miguel Barão'
38 38 __license__ = 'MIT license'
39 39 __version__ = APP_VERSION
... ...