From ac6bd0f1a63ef9f088d4fc409939ec9095471ddc Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Tue, 14 Oct 2014 02:47:00 +0200 Subject: [PATCH] Bug 1082470 - [mozcrash] Bump version to 0.14. r=ahalberstadt --- testing/mozbase/mozcrash/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozbase/mozcrash/setup.py b/testing/mozbase/mozcrash/setup.py index 7def38ecce1..31a23556beb 100644 --- a/testing/mozbase/mozcrash/setup.py +++ b/testing/mozbase/mozcrash/setup.py @@ -5,7 +5,7 @@ from setuptools import setup PACKAGE_NAME = 'mozcrash' -PACKAGE_VERSION = '0.13' +PACKAGE_VERSION = '0.14' # dependencies deps = ['mozfile >= 1.0',