We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63db26d commit 19d3cc3Copy full SHA for 19d3cc3
setup.py
@@ -16,7 +16,7 @@ def read(fname):
16
packages=find_packages(exclude=["tests"]),
17
description="Creates JUnit XML test result documents that can be read by tools such as Jenkins",
18
long_description=read("README.rst"),
19
- version="1.8.1",
+ version="1.9",
20
classifiers=[
21
"Development Status :: 5 - Production/Stable",
22
"Intended Audience :: Developers",
0 commit comments