servo: Merge #15731 - Update servo-tidy to 0.3.0 (from UK992:tidy); r=Wafflespeanut

r? @Wafflespeanut

It's ready to publishing to PyPI.

Source-Repo: https://github.com/servo/servo
Source-Revision: 524ba6a442f3215935f0b80b8b198eef096363bb
This commit is contained in:
UK992
2017-02-25 06:41:05 -08:00
parent dce19a6a22
commit e1ae92fd1b
3 changed files with 29 additions and 10 deletions

View File

@@ -11,11 +11,11 @@ import os
from setuptools import setup, find_packages
VERSION = '0.2.0'
VERSION = '0.3.0'
install_requires = [
"flake8==2.4.1",
"toml==0.9.1",
"toml==0.9.2",
"colorama==0.3.7",
]