bump the minor version of servo_tidy

- and add clean folder into Makefile
This commit is contained in:
askeing 2016-04-17 04:33:24 +09:00
parent 27bac667b2
commit eb9a7e5c11
3 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,7 @@ import os
from setuptools import setup, find_packages
VERSION = '0.0.1'
VERSION = '0.0.2'
install_requires = [
"flake8==2.4.1",