We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46eb64 commit b482463Copy full SHA for b482463
autoflake.py
@@ -43,7 +43,7 @@
43
import pyflakes.reporter
44
45
46
-__version__ = '1.0a0'
+__version__ = '1.0'
47
48
49
ATOMS = frozenset([tokenize.NAME, tokenize.NUMBER, tokenize.STRING])
0 commit comments