From ed05d45c6e2f90fa27de2027ea25669b0efd20bf Mon Sep 17 00:00:00 2001 From: edunham Date: Mon, 29 Aug 2016 15:43:45 -0700 Subject: [PATCH] bump Tidy version no --- python/tidy/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",