From 04ff5702ea133a04e065ae2e0ade7067b254862b Mon Sep 17 00:00:00 2001 From: spoore Date: Jul 27 2017 14:16:21 +0000 Subject: bump version to 1.1 Increasing version to 1.1 so rpm and pypi can be updated with commit: https://pagure.io/pytest-modifyjunit/c/cea93f37dcba0af6efe6bb86c803d09f03772526?branch=master --- diff --git a/setup.py b/setup.py index 3121f25..4a52685 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with io.open('README.rst', 'rt', encoding='utf-8') as f: setup_args = dict( name = "pytest-modifyjunit", - version = "1.0", + version = "1.1", description = "Utility for adding additional properties to junit xml for IDM QE", long_description = readme_contents, license = "GPL",