Skip to content

Commit

Permalink
[qacode] Update to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto netzulo committed Oct 20, 2017
1 parent 529f35e commit 3462eb3
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 @@ -35,15 +35,15 @@ def read(file_name=None, is_encoding=True, ignore_raises=False):

setup(
name='qacode',
version='0.2.9',
version='0.3.0',
license=read("LICENSE", is_encoding=False, ignore_raises=True),
packages=find_packages(exclude=['tests']),
description='Main automation lib',
long_description=read("README.rst"),
author='Netzulo Open Source',
author_email='[email protected]',
url='https://github.com/netzulo/qacode',
download_url='https://github.com/netzulo/qacode/tarball/v0.2.9',
download_url='https://github.com/netzulo/qacode/tarball/v0.3.0',
keywords=['testing', 'logging', 'functional', 'selenium', 'test'],
install_requires=[
'appdirs',
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=2.9
sonar.projectVersion=3.0
# Language
sonar.language=py
# Comma-separated paths to directories with sources (required)
Expand Down

0 comments on commit 3462eb3

Please sign in to comment.