diff --git a/testing/mozbase/mozprofile/setup.py b/testing/mozbase/mozprofile/setup.py index dc25a55939d3..b21c9dcf2700 100644 --- a/testing/mozbase/mozprofile/setup.py +++ b/testing/mozbase/mozprofile/setup.py @@ -6,7 +6,7 @@ import sys from setuptools import setup PACKAGE_NAME = 'mozprofile' -PACKAGE_VERSION = '0.26' +PACKAGE_VERSION = '0.27' # we only support python 2 right now assert sys.version_info[0] == 2