diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-26 10:28:42 +0200 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-26 10:28:42 +0200 |
| commit | f548b4420af00293af16230b1b31f5479aed3915 (patch) | |
| tree | d7191d1180e97200974685cb22ffe823e8f6d78c /pyflakes/__init__.py | |
| parent | d9f42ad90e0e869b350eccdea43670597a28a7ad (diff) | |
| download | pyflakes-f548b4420af00293af16230b1b31f5479aed3915.tar.gz | |
Replace pyflakes with flake8 in the testsuite, and add configuration to tox.ini
Diffstat (limited to 'pyflakes/__init__.py')
| -rw-r--r-- | pyflakes/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py index 43619bf..cb2b136 100644 --- a/pyflakes/__init__.py +++ b/pyflakes/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.8.1' +__version__ = '0.8.2a0' |
