Bump information necessary to release v2.2.0

This commit is contained in:
Ian Cordasco 2014-06-22 21:20:23 -05:00
parent e12caff58a
commit 54b0030531
3 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,7 @@ setup(
packages=["flake8", "flake8.tests"],
install_requires=[
"pyflakes >= 0.8.1",
"pep8 >= 1.5.1",
"pep8 >= 1.5.7",
"mccabe >= 0.2.1",
],
entry_points={