aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/setup.py
diff options
context:
space:
mode:
authoredunham <edunham@mozilla.com>2016-04-19 11:11:04 -0700
committeredunham <edunham@mozilla.com>2016-04-19 11:11:50 -0700
commiteb198d76e7f755d11585158115a0354acd875682 (patch)
tree8da7ecd5538daae1eba74d413c85c12f40d17b35 /python/tidy/setup.py
parent6509cdea95343615cfd569ade769efac6d177e41 (diff)
downloadservo-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.py2
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",