Skip to content

Commit af1729f

Browse files
committed
Fixed kyrus#8 by uploading a new source distribution to PyPi... in hindsight, probably could have gone to PyPi and simply removed the osx bdist
1 parent ad652e4 commit af1729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313
packages=find_packages(),
1414
description='Creates JUnit XML test result documents that can be read by tools such as Jenkins',
1515
long_description=read('README.rst'),
16-
version = "1.1",
16+
version = "1.2",
1717
classifiers=[
1818
'Development Status :: 5 - Production/Stable',
1919
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)