diff --git a/autoflake.py b/autoflake.py index aae4010..f26edf3 100755 --- a/autoflake.py +++ b/autoflake.py @@ -43,7 +43,7 @@ import pyflakes.reporter -__version__ = '1.0' +__version__ = '1.1a0' ATOMS = frozenset([tokenize.NAME, tokenize.NUMBER, tokenize.STRING])