Commit c2abd6bf2f6594fd33ad04da7f806ebfab47bf22

Authored by Miguel Barão
2 parents 798bc882 cef07753
Exists in master and in 1 other branch dev

Merge branch 'master' into dev

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 = '2019.04.dev1'
  33 +APP_VERSION = '2019.05.dev1'
34 34 APP_DESCRIPTION = __doc__
35 35  
36 36 __author__ = 'Miguel Barão'
... ...
setup.py
... ... @@ -15,7 +15,7 @@ setup(
15 15 description=APP_DESCRIPTION.split('\n')[0],
16 16 long_description=APP_DESCRIPTION,
17 17 long_description_content_type="text/markdown",
18   - url="https:USERNAME//bitbucket.org/USERNAME/aprendizations.git",
  18 + url="https://git.xdi.uevora.pt/mjsb/aprendizations.git",
19 19 packages=find_packages(),
20 20 include_package_data=True, # install files from MANIFEST.in
21 21 python_requires='>=3.7.*',
... ...