Skip to content

Commit

Permalink
[qalab] Update to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto netzulo committed Nov 20, 2017
1 parent 330680a commit 359db30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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',
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 359db30

Please sign in to comment.