From e1a494532d2c8292e17f81163fe25a33f39aed09 Mon Sep 17 00:00:00 2001 From: netzulo Date: Fri, 15 Jun 2018 03:04:52 +0200 Subject: [PATCH] [qautils] update to v0.0.2 --- setup.py | 4 ++-- sonar-project.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1e2c3c7..111fa92 100644 --- a/setup.py +++ b/setup.py @@ -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 = [ @@ -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", diff --git a/sonar-project.properties b/sonar-project.properties index 4d635a5..68d4502 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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