diff --git a/autoflake.py b/autoflake.py index c6ae555..752240d 100755 --- a/autoflake.py +++ b/autoflake.py @@ -42,7 +42,7 @@ import pyflakes.reporter -__version__ = '0.7a0' +__version__ = '0.7' ATOMS = frozenset([tokenize.NAME, tokenize.NUMBER, tokenize.STRING])