Bug 1051799 - [mozprocess] Bump mozprocess to 0.21. r=wlach. DONTBUILD

This commit is contained in:
Armen Zambrano Gasparnian 2014-08-11 11:36:01 -04:00
parent 9a331c73dc
commit feec3e4b65

View File

@ -4,7 +4,7 @@
from setuptools import setup
PACKAGE_VERSION = '0.20'
PACKAGE_VERSION = '0.21'
setup(name='mozprocess',
version=PACKAGE_VERSION,