diff options
author | edunham <edunham@mozilla.com> | 2016-04-19 11:11:04 -0700 |
---|---|---|
committer | edunham <edunham@mozilla.com> | 2016-04-19 11:11:50 -0700 |
commit | eb198d76e7f755d11585158115a0354acd875682 (patch) | |
tree | 8da7ecd5538daae1eba74d413c85c12f40d17b35 /python/tidy/setup.py | |
parent | 6509cdea95343615cfd569ade769efac6d177e41 (diff) | |
download | servo-eb198d76e7f755d11585158115a0354acd875682.tar.gz servo-eb198d76e7f755d11585158115a0354acd875682.zip |
Allow another wording of apache2/MIT (used by gaol)
Diffstat (limited to 'python/tidy/setup.py')
-rw-r--r-- | python/tidy/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 86aae654b3c..a1af7d88465 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -11,7 +11,7 @@ import os from setuptools import setup, find_packages -VERSION = '0.0.2' +VERSION = '0.0.3' install_requires = [ "flake8==2.4.1", |