Skip to content

Commit

Permalink
[qacode] Update to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Nov 2, 2017
1 parent d814efb commit d74da49
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.3.3',
version='0.3.4',
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.3.3',
download_url='https://github.com/netzulo/qacode/tarball/v0.3.4',
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=3.3
sonar.projectVersion=3.4
# Language
sonar.language=py
# Comma-separated paths to directories with sources (required)
Expand Down

0 comments on commit d74da49

Please sign in to comment.