From 69659365ced3da5637cc4cc5f56d82f799667e3a Mon Sep 17 00:00:00 2001 From: Niranjan M.R Date: Jan 10 2019 12:37:46 +0000 Subject: Update the version to 1.5-0 Signed-off-by: Niranjan M.R --- diff --git a/setup.py b/setup.py index f4724af..1c0913b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with io.open('README.rst', 'rt', encoding='utf-8') as f: setup_args = dict( name = "pytest-modifyjunit", - version = "1.5", + version = "1.5-0", description = "Utility for adding additional properties to junit xml for IDM QE", long_description = readme_contents, license = "GPL",