Bug 1056037 - Bump manifestparser version to 0.7. r=hskupin

This commit is contained in:
Andrei Eftimie 2014-10-07 10:41:59 +02:00
parent 1b908f5252
commit 23deb5d7c0

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