diff --git a/setup.py b/setup.py index c61a1a0..7fd823d 100644 --- a/setup.py +++ b/setup.py @@ -19,14 +19,14 @@ def readme(): setup(name='qalaboratory', - version='0.0.7', + version='0.0.8', packages=find_packages(exclude=['tests']), description='QALAB, proyect manager for QA open source proyects', long_description=readme(), author='Netzulo Open Source', author_email='netzuleando@gmail.com', url='https://github.com/netzulo/qalab', - download_url='https://github.com/netzulo/qalab/tarball/v0.0.7', + download_url='https://github.com/netzulo/qalab/tarball/v0.0.8', install_requires=[ 'appdirs', 'packaging==16.8', diff --git a/sonar-project.properties b/sonar-project.properties index 711fdda..ab6480f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=qalab sonar.projectName=qalab sonar.projectDescription=Main Proyect for QA -sonar.projectVersion=0.7 +sonar.projectVersion=0.8 # Language sonar.language=py # Comma-separated paths to directories with sources (required)