Bug 1540653 - [mozinfo] Bump version to 1.1.0. r=ahal

Just a version-bump so DONTBUILD.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ian Moody 2019-04-01 20:21:08 +00:00
parent f65c37ebd8
commit 93748b5526

View File

@ -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"]