We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e585cf commit 08384fdCopy full SHA for 08384fd
setup.py
@@ -13,7 +13,7 @@ def read(fname):
13
packages=find_packages(),
14
description='Creates JUnit XML test result documents that can be read by tools such as Jenkins',
15
long_description=read('README.rst'),
16
- version = "1.2",
+ version = "1.3",
17
classifiers=[
18
'Development Status :: 5 - Production/Stable',
19
'Intended Audience :: Developers',
0 commit comments