From 42aff60af01415f97d83a9b3d7b68e282c246166 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 17 Dec 2018 19:08:18 +0000 Subject: [PATCH] Bug 1514285 - Update mozleak version number to 0.2, r=ahal Depends on D14586 Differential Revision: https://phabricator.services.mozilla.com/D14585 --HG-- extra : moz-landing-system : lando --- testing/mozbase/mozleak/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozbase/mozleak/setup.py b/testing/mozbase/mozleak/setup.py index 8123b13313f8..ab704e2c2bdd 100644 --- a/testing/mozbase/mozleak/setup.py +++ b/testing/mozbase/mozleak/setup.py @@ -8,7 +8,7 @@ from setuptools import setup PACKAGE_NAME = 'mozleak' -PACKAGE_VERSION = '0.1' +PACKAGE_VERSION = '0.2' setup(