From 2b74d8183c3e80514c11a470e88840dd39774a45 Mon Sep 17 00:00:00 2001 From: Teake Nutma Date: Wed, 17 Aug 2022 09:30:28 +0200 Subject: [PATCH] Bump version to 1.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85adc14..b7637b0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pylint-sonarjson", - version="1.0.4", + version="1.0.5", author="Teake Nutma", description="A PyLint plugin that can output to SonarQube-importable JSON", long_description=long_description,