Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cwacek committed Jul 22, 2014
1 parent 2657f47 commit d2cec28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

setup(
name="cobertura-clover-transform",
version='1.0rc1',
version='1.0',
packages=find_packages(),
description="Tools for transforming Cobertura test "
"coverage XML into Clover-style XML",
author='Chris Wacek',
author_email='cwacek@gmail.com',
url='http://github.com/cwacek/cobertura-clover-transform',
license='MIT',
keywords='cobertura coverage test clover xml'
Expand Down

0 comments on commit d2cec28

Please sign in to comment.