Skip to content

Commit

Permalink
Increment version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Oct 15, 2017
1 parent a46eb64 commit b482463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoflake.py
Expand Up @@ -43,7 +43,7 @@
import pyflakes.reporter


__version__ = '1.0a0'
__version__ = '1.0'


ATOMS = frozenset([tokenize.NAME, tokenize.NUMBER, tokenize.STRING])
Expand Down

0 comments on commit b482463

Please sign in to comment.