Skip to content

Commit

Permalink
[qacode] UPDATE to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto netzulo committed Sep 24, 2017
1 parent b9cf76d commit 257f225
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 @@ -9,14 +9,14 @@ def readme():
return f.read()

setup(name='qacode',
version='0.1.6',
version='0.1.7',
packages=find_packages(exclude=['tests']),
description = 'Main automation lib',
long_description=readme(),
author = 'Netzulo Open Source',
author_email = '[email protected]',
url = 'https://github.com/netzulo/qacode',
download_url = 'https://github.com/netzulo/qacode/tarball/v0.1.6',
download_url = 'https://github.com/netzulo/qacode/tarball/v0.1.7',
keywords = ['testing', 'logging', 'functional','selenium', 'test'],
install_requires=[
'appdirs','packaging==16.8','pyparsing',
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=qacode
sonar.projectName=qacode
sonar.projectDescription=Python library to automate functional testing
sonar.projectVersion=0.6
sonar.projectVersion=1.7
# Language
sonar.language=py
# Comma-separated paths to directories with sources (required)
Expand Down

0 comments on commit 257f225

Please sign in to comment.