Bug 1082470 - [mozcrash] Bump version to 0.14. r=ahalberstadt
--- a/testing/mozbase/mozcrash/setup.py
+++ b/testing/mozbase/mozcrash/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 = 'mozcrash'
-PACKAGE_VERSION = '0.13'
+PACKAGE_VERSION = '0.14'
# dependencies
deps = ['mozfile >= 1.0',
'mozlog']
setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,
description="Library for printing stack traces from minidumps left behind by crashed processes",