Bug 1604360 - [manifestparser] Version bump to 2.0.0, r=egao

Since we made backwards incompatible changes, let's do a major version bump.

Differential Revision: https://phabricator.services.mozilla.com/D57478

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Halberstadt 2019-12-20 15:53:42 +00:00
parent 94be71f287
commit d278f4494d

View File

@ -7,7 +7,7 @@ from __future__ import absolute_import
from setuptools import setup
PACKAGE_NAME = "manifestparser"
PACKAGE_VERSION = '1.2'
PACKAGE_VERSION = '2.0.0'
DEPS = [
'mozlog >= 5.0',