Skip to content

Commit

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


__version__ = '0.7a0'
__version__ = '0.7'


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

0 comments on commit 3d1b37a

Please sign in to comment.