diff options
author | edunham <edunham@mozilla.com> | 2016-08-29 15:43:45 -0700 |
---|---|---|
committer | edunham <edunham@mozilla.com> | 2016-08-29 15:43:45 -0700 |
commit | ed05d45c6e2f90fa27de2027ea25669b0efd20bf (patch) | |
tree | 3ed277d86ade7f7f25d9ed433e9cbedfb0c18af7 /python/tidy/setup.py | |
parent | 7ebdf98d28369a0a547021148f40520131eea0e4 (diff) | |
download | servo-ed05d45c6e2f90fa27de2027ea25669b0efd20bf.tar.gz servo-ed05d45c6e2f90fa27de2027ea25669b0efd20bf.zip |
bump Tidy version no
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 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", |