aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/setup.py
diff options
context:
space:
mode:
authoredunham <edunham@mozilla.com>2016-08-29 15:43:45 -0700
committeredunham <edunham@mozilla.com>2016-08-29 15:43:45 -0700
commited05d45c6e2f90fa27de2027ea25669b0efd20bf (patch)
tree3ed277d86ade7f7f25d9ed433e9cbedfb0c18af7 /python/tidy/setup.py
parent7ebdf98d28369a0a547021148f40520131eea0e4 (diff)
downloadservo-ed05d45c6e2f90fa27de2027ea25669b0efd20bf.tar.gz
servo-ed05d45c6e2f90fa27de2027ea25669b0efd20bf.zip
bump Tidy version no
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 80d2140f3ec..0f7e125f085 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.1.0'
+VERSION = '0.2.0'
install_requires = [
"flake8==2.4.1",