Bug 1162115 - Bump mozdevice to 0.45, r=wlach

This commit is contained in:
Jonathan Griffin 2015-05-07 08:42:51 -07:00
parent 14c5f9c7c7
commit 3e6009a77b

View File

@ -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',