diff --git a/testing/mozbase/mozinfo/setup.py b/testing/mozbase/mozinfo/setup.py index ba3317abf941..bb8080148018 100644 --- a/testing/mozbase/mozinfo/setup.py +++ b/testing/mozbase/mozinfo/setup.py @@ -6,7 +6,7 @@ from __future__ import absolute_import from setuptools import setup -PACKAGE_VERSION = "1.0.0" +PACKAGE_VERSION = "1.1.0" # dependencies deps = ["mozfile >= 0.12"]