Bug 1086531 - [mozdevice] Bump version to 0.43. r=wlachance

This commit is contained in:
Dave Hunt 2014-10-21 06:38:00 -04:00
parent 4037bb3b08
commit 03e3f3c2c8

View File

@ -5,7 +5,7 @@
from setuptools import setup
PACKAGE_NAME = 'mozdevice'
PACKAGE_VERSION = '0.42'
PACKAGE_VERSION = '0.43'
deps = ['mozfile >= 1.0',
'mozlog >= 2.1',