Bug 1087711 - Bump manifestparser to 0.8, r=jmaher

This commit is contained in:
Jonathan Griffin 2014-10-22 16:04:15 -07:00
parent dd64013b52
commit 1be8d0b401

View File

@ -5,7 +5,7 @@
from setuptools import setup
PACKAGE_NAME = "manifestparser"
PACKAGE_VERSION = '0.7'
PACKAGE_VERSION = '0.8'
setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,