Bug 1082470 - [mozcrash] Bump version to 0.14. r=ahalberstadt

This commit is contained in:
Dave Hunt 2014-10-14 02:47:00 +02:00
parent def6283c23
commit a4abf33abe

View File

@ -5,7 +5,7 @@
from setuptools import setup
PACKAGE_NAME = 'mozcrash'
PACKAGE_VERSION = '0.13'
PACKAGE_VERSION = '0.14'
# dependencies
deps = ['mozfile >= 1.0',