diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2014-06-22 21:20:23 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2014-06-22 21:20:23 -0500 |
| commit | 54b0030531ae7779092549462225046a9a67f406 (patch) | |
| tree | 7b29b1c94faec01539cf5ef9f3544a82c736e0ae /setup.py | |
| parent | e12caff58aea6b3adfc43aa01f5773aaf6636601 (diff) | |
| download | flake8-2.2.0.tar.gz | |
Bump information necessary to release v2.2.02.2.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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={ |
