Bug 1078385 - Bump mozdevice to 0.41, r=jgraham
--- a/testing/mozbase/mozdevice/setup.py
+++ b/testing/mozbase/mozdevice/setup.py
@@ -1,16 +1,16 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
from setuptools import setup
PACKAGE_NAME = 'mozdevice'
-PACKAGE_VERSION = '0.40'
+PACKAGE_VERSION = '0.41'
deps = ['mozfile >= 1.0',
'mozlog >= 2.1',
'moznetwork >= 0.24',
'mozprocess >= 0.19',
]
setup(name=PACKAGE_NAME,