Skip to content

Commit

Permalink
[qautils] update to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jun 15, 2018
1 parent 6d3fa1c commit e1a4945
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 @@ -13,7 +13,7 @@
DESCRIPTION = ("QA utils library provides"
" methods compatibility with"
" all python versions")
VERSION = "0.0.1"
VERSION = "0.0.2"
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
INSTALL_REQUIRES = []
SETUP_REQUIRES = [
Expand All @@ -29,7 +29,7 @@
]
KEYWORDS = ['qautils', 'qa', 'files', 'json']
GIT_URL = "https://github.com/netzulo/qautils"
GIT_URL_DOWNLOAD = GIT_URL.join("/tarball/v{}".format(VERSION))
GIT_URL_DOWNLOAD = "{}/tarball/v{}".format(GIT_URL, VERSION)
LICENSE_FILE = read(
file_path=CURR_PATH,
file_name="LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=qautils
sonar.projectName=qautils
sonar.projectDescription=Python library to get main functions to be used on QA libraries
sonar.projectDescription=QA utils library provides methods compatibility with all python versions
sonar.projectVersion=0.0
# Language
sonar.language=py
Expand Down

0 comments on commit e1a4945

Please sign in to comment.