diff --git a/testing/mozbase/mozrunner/setup.py b/testing/mozbase/mozrunner/setup.py index 29920874a8c4..8138c167e7b6 100644 --- a/testing/mozbase/mozrunner/setup.py +++ b/testing/mozbase/mozrunner/setup.py @@ -7,7 +7,7 @@ from __future__ import absolute_import from setuptools import setup, find_packages PACKAGE_NAME = 'mozrunner' -PACKAGE_VERSION = '7.0.1' +PACKAGE_VERSION = '7.0.2' desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)""" diff --git a/testing/tps/setup.py b/testing/tps/setup.py index 999cb58ed034..af999e7adfd4 100644 --- a/testing/tps/setup.py +++ b/testing/tps/setup.py @@ -15,7 +15,7 @@ deps = ['httplib2 == 0.9.2', 'mozinstall == 1.16', 'mozprocess == 0.26', 'mozprofile == 2.0.0', - 'mozrunner == 7.0.1', + 'mozrunner == 7.0.2', 'mozversion == 1.5', ]