From eb35c2a8cb66ec14e93eff8470cd767015442668 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Fri, 30 Oct 2020 16:14:55 -0400 Subject: [PATCH] Bump version for new release --- darkseid/__init__.py | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/darkseid/__init__.py b/darkseid/__init__.py index 79e2965..b230c84 100644 --- a/darkseid/__init__.py +++ b/darkseid/__init__.py @@ -1,3 +1,3 @@ """Projects version information used in setup.py""" -VERSION_INFO = (1, 0, 4) +VERSION_INFO = (1, 0, 6) VERSION = ".".join(str(c) for c in VERSION_INFO) diff --git a/sonar-project.properties b/sonar-project.properties index 8feeb5b..157fc50 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=bpepple # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Darkseid -sonar.projectVersion=1.0.4 +sonar.projectVersion=1.0.6 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.