Commit 095a315290bfc3cc2ec461caf7aa3a2cddc1b260

Authored by Miguel Barão
1 parent 59bddbb8
Exists in dev

fix error in setup.py

Showing 2 changed files with 2 additions and 2 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 = '2025.1.dev1'
  33 +APP_VERSION = '2025.10.dev1'
34 34 APP_DESCRIPTION = __doc__
35 35  
36 36 __author__ = 'Miguel Barão'
... ...
setup.py
... ... @@ -26,7 +26,7 @@ setup(
26 26 'pygments>=2.19',
27 27 'sqlalchemy>=2.0.37',
28 28 'bcrypt>=4.2.1',
29   - 'networkx>=3.4.2'
  29 + 'networkx>=3.4.2',
30 30 'pandas>=2.3',
31 31 'openpyxl'
32 32 ],
... ...