From ee166fed385eb6ea502d26e808ca19e7af971b43 Mon Sep 17 00:00:00 2001 From: Fede Calendino Date: Sat, 29 Oct 2022 21:17:09 +0200 Subject: [PATCH] Bump to v1.8.0 --- pyproject.toml | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 715c80c..8326f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ documentation = "https://github.com/fedecalendino/wrap-genius/blob/main/README.m homepage = "https://github.com/fedecalendino/wrap-genius" license = "MIT" readme = "README.md" -version = "1.7.3" +version = "1.8.0" authors = [ "Fede Calendino ", diff --git a/sonar-project.properties b/sonar-project.properties index 3db1169..57ba138 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.organization=fedecalendino sonar.projectName=wrap-genius sonar.projectKey=fedecalendino_wrap-genius -sonar.projectVersion=1.7.3 +sonar.projectVersion=1.8.0 sonar.language=py