diff --git a/testing/mozbase/mozdevice/setup.py b/testing/mozbase/mozdevice/setup.py index 9a6c791634e..e468cf519aa 100644 --- a/testing/mozbase/mozdevice/setup.py +++ b/testing/mozbase/mozdevice/setup.py @@ -5,7 +5,7 @@ from setuptools import setup PACKAGE_NAME = 'mozdevice' -PACKAGE_VERSION = '0.35' +PACKAGE_VERSION = '0.36' deps = ['mozfile >= 1.0', 'mozlog', diff --git a/testing/mozbase/mozrunner/setup.py b/testing/mozbase/mozrunner/setup.py index d724c39c062..7f27a7c32b3 100644 --- a/testing/mozbase/mozrunner/setup.py +++ b/testing/mozbase/mozrunner/setup.py @@ -6,7 +6,7 @@ import sys from setuptools import setup PACKAGE_NAME = 'mozrunner' -PACKAGE_VERSION = '5.36' +PACKAGE_VERSION = '5.37' desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""