From 3e6009a77bf06f9052d06a4f31f8d28717a2f3bc Mon Sep 17 00:00:00 2001 From: Jonathan Griffin Date: Thu, 7 May 2015 08:42:51 -0700 Subject: [PATCH] Bug 1162115 - Bump mozdevice to 0.45, r=wlach --- testing/mozbase/mozdevice/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozbase/mozdevice/setup.py b/testing/mozbase/mozdevice/setup.py index 296c3ae0cc2..b0f95c0ad15 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.44' +PACKAGE_VERSION = '0.45' deps = ['mozfile >= 1.0', 'mozlog >= 2.1',