Bug 1582248 - Bump mozfile to version 2.1.0 r=ahal

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
William Lachance 2019-09-18 21:11:00 +00:00
parent 069fc85399
commit 06f159199b

View File

@ -7,7 +7,7 @@ from __future__ import absolute_import
from setuptools import setup
PACKAGE_NAME = "mozfile"
PACKAGE_VERSION = "2.0.0"
PACKAGE_VERSION = "2.1.0"
setup(
name=PACKAGE_NAME,