diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 80d2140f3ec6..0f7e125f0852 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -11,7 +11,7 @@ from setuptools import setup, find_packages -VERSION = '0.1.0' +VERSION = '0.2.0' install_requires = [ "flake8==2.4.1",