Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mozilla/mozregression
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hammel committed Jan 6, 2012
2 parents c904db5 + 6f05230 commit 007d6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
summ = """Interactive regression range finder for Mozilla nightly builds"""

setup(name="mozregression",
version="0.6",
version="0.6.1",
description=desc,
long_description=summ,
author='Heather Arthur',
Expand All @@ -25,7 +25,7 @@
moznightly = mozregression:nightlycli
""",
platforms =['Any'],
install_requires = ['httplib2 == 0.6.0', 'mozrunner >= 2.5.4', 'BeautifulSoup >= 3.0.4', 'mozcommitbuilder >= 0.4.7'],
install_requires = ['httplib2 == 0.6.0', 'mozrunner >= 2.5.4', 'BeautifulSoup >= 3.0.4', 'mozcommitbuilder >= 0.4.8'],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 007d6ed

Please sign in to comment.