Commit 3c65f8805a74f37911b3d42ee7312e81811389db

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

version bump

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
aprendizations/__init__.py
... ... @@ -30,7 +30,7 @@ are progressively uncovered as the students progress.
30 30 '''
31 31  
32 32 APP_NAME = 'aprendizations'
33   -APP_VERSION = '2020.01.dev3'
  33 +APP_VERSION = '2020.01.dev4'
34 34 APP_DESCRIPTION = __doc__
35 35  
36 36 __author__ = 'Miguel Barão'
... ...