Bug 1457600 - Version bump for mozrunner; r=rwood

In bug 1440714, mozdevice had its version bumped to 1.0.0, outside of the required
range in mozrunner's deps, causing in-tree breakage. Subsequently, I changed mozrunner's
dep list to allow for mozdevice 1.0.0, and released mozdevice 1.0.0 on pypi. Now I need
to update mozrunner on pypi with the updated deps, so require a mozrunner version bump.
This commit is contained in:
Geoff Brown 2018-04-30 07:18:29 -06:00
parent b9d16384c0
commit 37cbed2df7

View File

@ -8,7 +8,7 @@ import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '7.0.0'
PACKAGE_VERSION = '7.0.1'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""