From eb9a7e5c110f0a494859c3285f234680aa5ea1ca Mon Sep 17 00:00:00 2001 From: askeing Date: Sun, 17 Apr 2016 04:33:24 +0900 Subject: bump the minor version of servo_tidy - and add clean folder into Makefile --- python/tidy/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy/setup.py') diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 5b280fb21a4..86aae654b3c 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.1' +VERSION = '0.0.2' install_requires = [ "flake8==2.4.1", -- cgit v1.2.3