Commit cef07753624ce9188dcb459ccd224670189ae043

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

version bump to 2019.05.dev1

fixes project url 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,7 +30,7 @@ are progressively uncovered as the students progress.
30 ''' 30 '''
31 31
32 APP_NAME = 'aprendizations' 32 APP_NAME = 'aprendizations'
33 -APP_VERSION = '2019.04.dev1' 33 +APP_VERSION = '2019.05.dev1'
34 APP_DESCRIPTION = __doc__ 34 APP_DESCRIPTION = __doc__
35 35
36 __author__ = 'Miguel Barão' 36 __author__ = 'Miguel Barão'
@@ -15,7 +15,7 @@ setup( @@ -15,7 +15,7 @@ setup(
15 description=APP_DESCRIPTION.split('\n')[0], 15 description=APP_DESCRIPTION.split('\n')[0],
16 long_description=APP_DESCRIPTION, 16 long_description=APP_DESCRIPTION,
17 long_description_content_type="text/markdown", 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 packages=find_packages(), 19 packages=find_packages(),
20 include_package_data=True, # install files from MANIFEST.in 20 include_package_data=True, # install files from MANIFEST.in
21 python_requires='>=3.7.*', 21 python_requires='>=3.7.*',