From 06f159199b10156175c17c32488993b8bed868aa Mon Sep 17 00:00:00 2001 From: William Lachance Date: Wed, 18 Sep 2019 21:11:00 +0000 Subject: [PATCH] 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 --- testing/mozbase/mozfile/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozbase/mozfile/setup.py b/testing/mozbase/mozfile/setup.py index b79321435266..c60a7420c410 100644 --- a/testing/mozbase/mozfile/setup.py +++ b/testing/mozbase/mozfile/setup.py @@ -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,